/*
** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
** See ../LICENSE for license information.
**
*/

typedef struct {
  declaratorNode declarator;
  /*@null@*/ termNode value;
} *initDeclNode;

extern bool initDeclNode_isRedeclaration (initDeclNode p_d);

extern void initDeclNode_free (/*@only@*/ /*@null@*/ initDeclNode p_x);


syntax highlighted by Code2HTML, v. 0.9.1