]> andersk Git - splint.git/blob - src/Headers/typeNameNode.h
Updated copyrights
[splint.git] / src / Headers / typeNameNode.h
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3 ** See ../LICENSE for license information.
4 */
5
6 typedef struct {
7   bool isTypeName;
8   /*@null@*/ typeNamePack typename;
9   /*@null@*/ opFormNode opform;  
10 } *typeNameNode;
11
12 extern void typeNameNode_free (/*@only@*/ /*@null@*/ typeNameNode p_n);
13 extern /*@only@*/ cstring typeNameNode_unparse (/*@null@*/ typeNameNode p_n);
This page took 0.029926 seconds and 5 git commands to generate.