Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git] / test / external.c
blob532dd454bb49d795a935df1395797684219224e6
1 int func (int x, int y);
2 int Func (int x, int y);
4 int small1 (void);
5 int small2 (void);
7 int longfunction1 (void);
8 int longfunction2 (void);
10 static /*@unused@*/ int slongfunction1 (void);
11 static /*@unused@*/ int slongfunction2 (void);