]> andersk Git - splint.git/blob - src/Headers/globalList.h
ebf39636ff33fa091cb6202fd7727f3c8c742966
[splint.git] / src / Headers / globalList.h
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
3 ** See ../LICENSE for license information.
4 **
5 */
6 typedef varDeclarationNodeList globalList ; 
7
8 extern /*@unused@*/ cstring globalList_unparse (globalList p_s);
9 extern void globalList_free (/*@only@*/ globalList p_s);
10
11 # define globalList_free(s) (varDeclarationNodeList_free (s))
12 # define globalList_unparse(s) (varDeclarationNodeList_unparse(s))
This page took 0.025459 seconds and 3 git commands to generate.