]> andersk Git - splint.git/blame_incremental - src/Headers/abstBodyNode.h
Updated html and word versions of the manual
[splint.git] / src / Headers / abstBodyNode.h
... / ...
CommitLineData
1/*
2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3** See ../LICENSE for license information.
4**
5*/
6
7struct s_abstBodyNode {
8 ltoken tok; /* check for NULLTOKEN before using it */
9 /*@null@*/ lclPredicateNode typeinv;
10 fcnNodeList fcns; /* only for abstBody, not for optExposedBody */
11} ;
12
13extern /*@unused@*/ /*@only@*/ cstring abstBodyNode_unparse (abstBodyNode p_n);
14
This page took 0.03281 seconds and 5 git commands to generate.