]> andersk Git - splint.git/blob - src/Headers/stDeclNode.h
Fix tracker issue 1837229.
[splint.git] / src / Headers / stDeclNode.h
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3 ** See ../LICENSE for license information.
4 */
5
6 typedef struct {
7   lclTypeSpecNode    lcltypespec;
8   declaratorNodeList declarators;
9 } *stDeclNode;
10
11 extern void stDeclNode_free (/*@only@*/ /*@null@*/ stDeclNode p_x);
12 extern stDeclNode stDeclNode_copy (stDeclNode p_x);
This page took 0.037329 seconds and 5 git commands to generate.