]> andersk Git - splint.git/blob - src/Headers/declaratorInvNode.h
*** empty log message ***
[splint.git] / src / Headers / declaratorInvNode.h
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3 ** See ../LICENSE for license information.
4 **
5 */
6 /*
7 ** declaratorInvNode.h
8 */
9
10 typedef struct {
11   declaratorNode declarator;
12   abstBodyNode body;
13 } *declaratorInvNode;
14
15 extern void declaratorInvNode_free (/*@only@*/ /*@null@*/ declaratorInvNode p_x);
16 extern /*@only@*/ cstring declaratorInvNode_unparse (declaratorInvNode p_d);
17
This page took 0.303121 seconds and 5 git commands to generate.