|
|
gcc auto-str.c
auto-str.c: In function `main':
auto-str.c:17: warning: return type of `main' is not `int'
/tmp/ccJpsetm.o(.text+0x12): In function `puts':
: undefined reference to `substdio_puts'
/tmp/ccJpsetm.o(.text+0x128): In function `main':
: undefined reference to `substdio_flush'
collect2: ld returned 1 exit status
what's wrong?????????? |
|