]> andersk Git - splint.git/blame - src/Headers/taggedUnionNode.h
Merged code tree with Dave Evans's version. Many changes to numberous to list....
[splint.git] / src / Headers / taggedUnionNode.h
CommitLineData
885824d3 1/*
28bf4b0b 2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
885824d3 3** See ../LICENSE for license information.
4*/
5
28bf4b0b 6typedef struct {
885824d3 7 stDeclNodeList structdecls;
8 declaratorNode declarator;
9} *taggedUnionNode;
10
11extern /*@unused@*/ /*@only@*/ cstring
12 taggedUnionNode_unparse (taggedUnionNode p_n) /*@*/ ;
This page took 0.098676 seconds and 5 git commands to generate.