]> andersk Git - splint.git/blob - test/manual/intSet.h
Fixes for win32
[splint.git] / test / manual / intSet.h
1 typedef /*@abstract@*/ struct
2 {
3   int nelements;
4   int *elements;
5 } *intSet ;
6
7 extern intSet intSet_new (void);
This page took 0.036592 seconds and 5 git commands to generate.