]> andersk Git - splint.git/blame_incremental - src/Headers/stDeclNode.h
Making fixes for Microsoft Visual C++ compiler.
[splint.git] / src / Headers / stDeclNode.h
... / ...
CommitLineData
1/*
2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3** See ../LICENSE for license information.
4*/
5
6typedef struct {
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.029348 seconds and 5 git commands to generate.