]> andersk Git - splint.git/blame - src/Headers/iterNode.h
Updating to use the LEnsures and LRequires instead of the ensures requires so
[splint.git] / src / Headers / iterNode.h
CommitLineData
885824d3 1/*
2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2000.
3** See ../LICENSE for license information.
4**
5*/
6
7typedef struct _iterNode {
8 ltoken name;
9 paramNodeList params;
10} *iterNode;
11
12extern /*@unused@*/ /*@only@*/ cstring
13 iterNode_unparse (/*@null@*/ iterNode p_i) /*@*/ ;
This page took 0.063147 seconds and 5 git commands to generate.