]> andersk Git - splint.git/blame_incremental - src/Headers/quantifiedTermNode.h
Added manual files
[splint.git] / src / Headers / quantifiedTermNode.h
... / ...
CommitLineData
1/*
2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
3** See ../LICENSE for license information.
4**
5*/
6
7typedef struct {
8 quantifierNodeList quantifiers;
9 ltoken open; /* for ease of debugging */
10 termNode body;
11 ltoken close; /* for ease of debugging */
12} *quantifiedTermNode;
13
This page took 0.027638 seconds and 5 git commands to generate.