]> andersk Git - splint.git/blob - test/manual/implicit.c
Fixes for win32
[splint.git] / test / manual / implicit.c
1 typedef struct {
2   char *name;
3   int val;
4 } *rec;
5
6 extern rec rec_last ;
7
8 extern rec 
9   rec_create (char *name,
10               int val);
This page took 0.047117 seconds and 5 git commands to generate.