]> andersk Git - splint.git/blame - src/Headers/CTypesNode.h
noexpand always false.
[splint.git] / src / Headers / CTypesNode.h
CommitLineData
28bf4b0b 1/*
c0de361f 2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
28bf4b0b 3** See ../LICENSE for license information.
4**
5*/
885824d3 6
28bf4b0b 7typedef struct {
885824d3 8 bits intfield;
9 sort sort;
10 ltokenList ctypes;
11} *CTypesNode;
12
This page took 0.064908 seconds and 5 git commands to generate.