18 lines
330 B
C
18 lines
330 B
C
/* #define _STDLIB_DEBUG */
|
|
/* #include <math.h> */
|
|
/* #include <stdio.h> */
|
|
/* #include <signal.h> */
|
|
/* #include <stdlib.h> */
|
|
/* #include <string.h> */
|
|
/* #include <time.h> */
|
|
/* #include <float.h> */
|
|
/* #include <setjmp.h> */
|
|
/* */
|
|
|
|
char *p = "a";
|
|
char s[] = "hello\0there";
|
|
|
|
int _main(int argc, char **argv) {
|
|
return s;
|
|
}
|
|
|