]> andersk Git - splint.git/blob - src/Headers/initDeclNode.h
Making fixes for Microsoft Visual C++ compiler.
[splint.git] / src / Headers / initDeclNode.h
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3 ** See ../LICENSE for license information.
4 **
5 */
6
7 typedef struct {
8   declaratorNode declarator;
9   /*@null@*/ termNode value;
10 } *initDeclNode;
11
12 extern bool initDeclNode_isRedeclaration (initDeclNode p_d);
13
14 extern void initDeclNode_free (/*@only@*/ /*@null@*/ initDeclNode p_x);
This page took 0.058273 seconds and 5 git commands to generate.