]> andersk Git - splint.git/blob - test/temp/freearray.c
Removed stray files in test
[splint.git] / test / temp / freearray.c
1 typedef /*@only@*/ char *ocp;
2
3 extern /*@only@*/ char *stringTable;
4 extern int stringTableSize;
5
6 void destroyMod (void) /*@globals killed stringTable@*/
7 {
8   free (stringTable);
9 }
This page took 0.034196 seconds and 5 git commands to generate.