]> andersk Git - splint.git/blame_incremental - src/Headers/declaratorNode.h
Updated html and word versions of the manual
[splint.git] / src / Headers / declaratorNode.h
... / ...
CommitLineData
1/*
2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3** See ../LICENSE for license information.
4**
5*/
6/*
7** declaratorNode.h
8*/
9
10typedef struct {
11 ltoken id;
12 /*@null@*/ typeExpr type;
13 bool isRedecl;
14} *declaratorNode;
15
16extern /*@only@*/ cstring declaratorNode_unparse(declaratorNode p_x);
17extern void declaratorNode_free (/*@null@*/ /*@only@*/ declaratorNode p_x);
This page took 0.05818 seconds and 5 git commands to generate.