]> andersk Git - splint.git/blame_incremental - src/Headers/stmtNode.h
noexpand always false.
[splint.git] / src / Headers / stmtNode.h
... / ...
CommitLineData
1/*
2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3** See ../LICENSE for license information.
4*/
5
6struct s_stmtNode {
7 ltoken lhs;
8 ltoken operator;
9 termNodeList args;
10} ;
11
12extern /*@unused@*/ /*@notnull@*/ /*@only@*/ cstring stmtNode_unparse (stmtNode p_x);
This page took 0.106101 seconds and 5 git commands to generate.