]> andersk Git - splint.git/blob - src/Headers/taggedUnionNode.h
Updated copyrights
[splint.git] / src / Headers / taggedUnionNode.h
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3 ** See ../LICENSE for license information.
4 */
5
6 typedef struct {
7   stDeclNodeList structdecls;
8   declaratorNode declarator; 
9 } *taggedUnionNode;
10
11 extern /*@unused@*/ /*@only@*/ cstring 
12   taggedUnionNode_unparse (taggedUnionNode p_n) /*@*/ ;
This page took 0.144263 seconds and 5 git commands to generate.