]> andersk Git - splint.git/blame - src/Headers/quantifiedTermNode.h
Added va_copy to standard.h.
[splint.git] / src / Headers / quantifiedTermNode.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 quantifierNodeList quantifiers;
9 ltoken open; /* for ease of debugging */
28bf4b0b 10 termNode body;
885824d3 11 ltoken close; /* for ease of debugging */
12} *quantifiedTermNode;
13
This page took 0.129128 seconds and 5 git commands to generate.