]> andersk Git - splint.git/blame - src/Headers/globalList.h
Updated copyrights
[splint.git] / src / Headers / globalList.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*/
6typedef varDeclarationNodeList globalList ;
7
8extern /*@unused@*/ cstring globalList_unparse (globalList p_s);
9extern 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.070003 seconds and 5 git commands to generate.