]> andersk Git - splint.git/blob - src/Headers/constDeclarationNode.h
56e64111ab46f9c9f8ed40e797bc18c10dae56ad
[splint.git] / src / Headers / constDeclarationNode.h
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
3 ** See ../LICENSE for license information.
4 **
5 */
6
7 typedef struct {
8   lclTypeSpecNode type;
9   initDeclNodeList decls;
10 } *constDeclarationNode;
11
12 extern /*@unused@*/ /*@only@*/ cstring 
13   constDeclarationNode_unparse (/*@null@*/ constDeclarationNode p_x);
This page took 0.096354 seconds and 3 git commands to generate.