]> andersk Git - splint.git/blame - src/Headers/claimNode.h
Updated copyrights
[splint.git] / src / Headers / claimNode.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 name;
9 paramNodeList params;
10 /*@null@*/ globalList globals;
11 /*@null@*/ letDeclNodeList lets;
12 /*@null@*/ lclPredicateNode require;
13 /*@null@*/ programNode body;
14 /*@null@*/ lclPredicateNode ensures;
15} *claimNode;
16
17extern /*@unused@*/ /*@only@*/ cstring claimNode_unparse (claimNode p_c);
This page took 0.082519 seconds and 5 git commands to generate.