]> andersk Git - splint.git/blob - src/Headers/exposedNode.h
Updated copyrights
[splint.git] / src / Headers / exposedNode.h
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3 ** See ../LICENSE for license information.
4 **
5 */
6
7 typedef struct {
8   ltoken tok;
9   lclTypeSpecNode type;
10   declaratorInvNodeList decls;
11 } *exposedNode;
12
13 extern /*@unused@*/ /*@only@*/ cstring exposedNode_unparse (exposedNode p_n);
14
This page took 0.122941 seconds and 5 git commands to generate.