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