]> andersk Git - splint.git/blob - src/Headers/arrayQualNode.h
9fbd5484e5f1b433fb7b5272675082f8d138f23a
[splint.git] / src / Headers / arrayQualNode.h
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2000.
3 ** See ../LICENSE for license information.
4 **
5 */
6 typedef struct _arrayQualNode {
7   ltoken tok;
8   /*@null@*/ struct _termNode *term;
9 } *arrayQualNode;
This page took 0.022765 seconds and 3 git commands to generate.