]> andersk Git - splint.git/blob - test/external.c
noexpand always false.
[splint.git] / test / external.c
1 int func (int x, int y);
2 int Func (int x, int y);
3
4 int small1 (void);
5 int small2 (void);
6
7 int longfunction1 (void);
8 int longfunction2 (void);
9
10 static /*@unused@*/ int slongfunction1 (void);
11 static /*@unused@*/ int slongfunction2 (void);
This page took 0.037126 seconds and 5 git commands to generate.