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