DEBSOURCES
Skip Quicknav
sources / splint / 3.1.2.dfsg1-1 / test / dkf5kSprintf.c
1234567891011
/*dkf5k*/ #include <stdlib.h> int main() { char na[1000]; sprintf(na, "%s", "hello world"); printf("%s\n", &(na[0])); return 0; }