]> andersk Git - splint.git/blame_incremental - src/Headers/declaratorInvNode.h
*** empty log message ***
[splint.git] / src / Headers / declaratorInvNode.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** declaratorInvNode.h
8*/
9
10typedef struct {
11 declaratorNode declarator;
12 abstBodyNode body;
13} *declaratorInvNode;
14
15extern void declaratorInvNode_free (/*@only@*/ /*@null@*/ declaratorInvNode p_x);
16extern /*@only@*/ cstring declaratorInvNode_unparse (declaratorInvNode p_d);
17
This page took 0.05765 seconds and 5 git commands to generate.