Language
C
Compiler
gcc HEAD 9.0.1 20190319 (experimental)
Options
Warnings
C11(GNU)
no pedantic
$ gcc prog.c -Wall -Wextra -std=gnu11 1.800000 c'era una volta
Exit Code:
0
Author
anonymous
almost 7 years ago
C
gcc HEAD 9.0.1 20190319 (experimental)
Author
anonymous
almost 7 years ago
$ gcc prog.c -Wall -Wextra -std=gnu11 prog.c: In function 'main':
prog.c:9:5: warning: implicit declaration of function 'gets'; did you mean 'fgets'? [-Wimplicit-function-declaration]
9 | gets(s);
| ^~~~
| fgets
/tmp/ccgMFU6k.o: In function `main':
prog.c:(.text+0x2b): warning: the `gets' function is dangerous and should not be used.
1.800000 c'era una volta