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