]> andersk Git - splint.git/blob - test/ansireserved.c
Fixes for win32
[splint.git] / test / ansireserved.c
1 int decimal_point;
2 int srand;
3 int labs;
4 int _x;
5 int atan2f (void);
6
7 typedef int wcst;
8
9 # define EVANS 72
10
11 int isaFish (void)
12 {
13   /*@unused@*/ int powl;
14   /*@unused@*/ float mem; /* okay */
15   /*@unused@*/ float memory;
16   /*@unused@*/ int wctomb; /* okay as local */
17
18   return 3;
19 }
20   
This page took 0.2595 seconds and 5 git commands to generate.