]> andersk Git - splint.git/blob - test/dkf5kSprintf.c
Remove unused cpplib_createDefinition.
[splint.git] / test / dkf5kSprintf.c
1 /*dkf5k*/
2 #include <stdlib.h>
3
4  
5 int main()
6
7   char na[1000];
8   sprintf(na, "%s",  "hello world");
9   printf("%s\n", &(na[0]));
10   return 0;
11 }
This page took 0.109955 seconds and 5 git commands to generate.