]> andersk Git - splint.git/blob - test/temp/stack.c
63430f70b270314e24b6a22622228ebecc036d85
[splint.git] / test / temp / stack.c
1 extern void fdep (/*@dependent@*/ char *s);
2
3 char *salloc ()
4 {
5   char x[10];
6
7   fdep (x);
8 }
This page took 0.371123 seconds and 3 git commands to generate.