]> andersk Git - splint.git/blob - test/t1.c
Modified the doc/Makefile.am so that the man page is install under make install.
[splint.git] / test / t1.c
1 void f ()
2 {
3   int *z;
4   z = (int *) malloc (4);
5 }
6
7
8
This page took 0.035727 seconds and 5 git commands to generate.