]> andersk Git - splint.git/blob - test/manual/sample.c
Fixes for win32
[splint.git] / test / manual / sample.c
1 typedef /*@abstract@*/ char *mstring;
2
3 int faucet (void)
4 {
5   int *x = (int *) malloc (sizeof (int) * 24);
6
7   /*
8   ** silly program ...
9   */
10
11   return 3;
12 }
This page took 0.083404 seconds and 5 git commands to generate.