]> andersk Git - splint.git/blob - src/Headers/pairNode.h
f9228e49e611c8dcf8a2e31a04e21eb12eaed147
[splint.git] / src / Headers / pairNode.h
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
3 ** See ../LICENSE for license information.
4 **
5 */
6 /*
7 ** pairNode.h
8 **
9 ** needs sort_type.h, ltoken_type.h
10 */
11
12 typedef struct {
13   sort sort;
14   ltoken tok;   /* enable error message to pinpoint location */
15 } *pairNode;
16
17 extern void pairNode_free (/*@only@*/ /*@null@*/ pairNode p_x);
This page took 0.024698 seconds and 3 git commands to generate.