]> andersk Git - splint.git/blame - test/manual/implicit.c
Pushed back constraintResolve.c to the previous version.
[splint.git] / test / manual / implicit.c
CommitLineData
77970e15 1typedef struct {
2 char *name;
3 int val;
4} *rec;
5
6extern rec rec_last ;
7
8extern rec
9 rec_create (char *name,
10 int val);
This page took 1.611871 seconds and 5 git commands to generate.