]> andersk Git - splint.git/blame - src/Headers/declaratorInvNode.h
Updated copyrights
[splint.git] / src / Headers / declaratorInvNode.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** declaratorInvNode.h
8*/
9
28bf4b0b 10typedef struct {
11 declaratorNode declarator;
12 abstBodyNode body;
885824d3 13} *declaratorInvNode;
14
15extern void declaratorInvNode_free (/*@only@*/ /*@null@*/ declaratorInvNode p_x);
16extern /*@only@*/ cstring declaratorInvNode_unparse (declaratorInvNode p_d);
17
This page took 0.054525 seconds and 5 git commands to generate.