]> andersk Git - splint.git/blame - test/dkf5kSprintf.c
noexpand always false.
[splint.git] / test / dkf5kSprintf.c
CommitLineData
35b27def 1/*dkf5k*/
2#include <stdlib.h>
3
4
5int 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 1.65044 seconds and 5 git commands to generate.