]> andersk Git - splint.git/blame - src/Headers/declaratorNode.h
Updated copyrights
[splint.git] / src / Headers / declaratorNode.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/*
7** declaratorNode.h
8*/
9
28bf4b0b 10typedef struct {
885824d3 11 ltoken id;
12 /*@null@*/ typeExpr type;
13 bool isRedecl;
14} *declaratorNode;
15
16extern /*@only@*/ cstring declaratorNode_unparse(declaratorNode p_x);
17extern void declaratorNode_free (/*@null@*/ /*@only@*/ declaratorNode p_x);
This page took 0.061611 seconds and 5 git commands to generate.