]> andersk Git - splint.git/blame - src/Headers/exposedNode.h
Fixed some splintme errors from the previous code change.
[splint.git] / src / Headers / exposedNode.h
CommitLineData
885824d3 1/*
c0de361f 2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
885824d3 3** See ../LICENSE for license information.
4**
5*/
6
28bf4b0b 7typedef struct {
885824d3 8 ltoken tok;
9 lclTypeSpecNode type;
10 declaratorInvNodeList decls;
11} *exposedNode;
12
13extern /*@unused@*/ /*@only@*/ cstring exposedNode_unparse (exposedNode p_n);
14
This page took 0.0699149999999999 seconds and 5 git commands to generate.