0216-initialize.c (167B)
1 #include <stdio.h> 2 3 char *plumbercmd = "mspaint.exe"; 4 5 int 6 main(void) 7 { 8 char *cmd[] = { plumbercmd, NULL, NULL }; 9 cmd[1] = "bla"; 10 11 return 0; 12 }
sccsimple c99 compiler | |
git clone git://git.simple-cc.org/scc | |
Log | Files | Refs | Submodules | README | LICENSE |