]> andersk Git - splint.git/blob - src/Headers/CTypesNode.h
Fix tracker issue 1837229.
[splint.git] / src / Headers / CTypesNode.h
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3 ** See ../LICENSE for license information.
4 **
5 */
6
7 typedef struct {
8   bits intfield;  
9   sort sort;
10   ltokenList ctypes;
11 } *CTypesNode;
12
This page took 0.398437 seconds and 5 git commands to generate.