]> andersk Git - splint.git/blame_incremental - src/Headers/typeNamePack.h
*** empty log message ***
[splint.git] / src / Headers / typeNamePack.h
... / ...
CommitLineData
1/*
2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
3** See ../LICENSE for license information.
4*/
5
6typedef struct {
7 bool isObj;
8 lclTypeSpecNode type;
9 abstDeclaratorNode abst;
10} *typeNamePack;
11
This page took 0.900256 seconds and 5 git commands to generate.