]> andersk Git - splint.git/blame - src/Headers/stmtNode.h
Updating to use the LEnsures and LRequires instead of the ensures requires so
[splint.git] / src / Headers / stmtNode.h
CommitLineData
885824d3 1/*
2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2000.
3** See ../LICENSE for license information.
4*/
5
6typedef struct _stmtNode {
7 ltoken lhs;
8 ltoken operator;
9 termNodeList args;
10} *stmtNode;
11
12extern /*@unused@*/ /*@notnull@*/ /*@only@*/ cstring stmtNode_unparse (stmtNode p_x);
This page took 0.094645 seconds and 5 git commands to generate.