]> andersk Git - splint.git/blame - src/Headers/stDeclNode.h
Updated copyrights
[splint.git] / src / Headers / stDeclNode.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
28bf4b0b 6typedef struct {
885824d3 7 lclTypeSpecNode lcltypespec;
8 declaratorNodeList declarators;
9} *stDeclNode;
10
11extern void stDeclNode_free (/*@only@*/ /*@null@*/ stDeclNode p_x);
12extern stDeclNode stDeclNode_copy (stDeclNode p_x);
This page took 0.067578 seconds and 5 git commands to generate.