]> andersk Git - splint.git/blame - test/manual/intSet.h
Fixed problem with handleing oldsytle function declarations.
[splint.git] / test / manual / intSet.h
CommitLineData
77970e15 1typedef /*@abstract@*/ struct
2{
3 int nelements;
4 int *elements;
5} *intSet ;
6
7extern intSet intSet_new (void);
This page took 0.050669 seconds and 5 git commands to generate.