]> andersk Git - splint.git/blame - src/Headers/constDeclarationNode.h
Fix tracker issue 1837229.
[splint.git] / src / Headers / constDeclarationNode.h
CommitLineData
885824d3 1/*
c0de361f 2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
885824d3 3** See ../LICENSE for license information.
4**
5*/
6
28bf4b0b 7typedef struct {
885824d3 8 lclTypeSpecNode type;
9 initDeclNodeList decls;
10} *constDeclarationNode;
11
12extern /*@unused@*/ /*@only@*/ cstring
13 constDeclarationNode_unparse (/*@null@*/ constDeclarationNode p_x);
This page took 0.210213 seconds and 5 git commands to generate.