]> andersk Git - splint.git/blame - src/Headers/typeNameNode.h
Updated copyrights
[splint.git] / src / Headers / typeNameNode.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 bool isTypeName;
8 /*@null@*/ typeNamePack typename;
28bf4b0b 9 /*@null@*/ opFormNode opform;
885824d3 10} *typeNameNode;
11
12extern void typeNameNode_free (/*@only@*/ /*@null@*/ typeNameNode p_n);
13extern /*@only@*/ cstring typeNameNode_unparse (/*@null@*/ typeNameNode p_n);
This page took 0.090914 seconds and 5 git commands to generate.