Language
C
Compiler
gcc 10.1.0
Options
Warnings
C11(GNU)
no pedantic
Raw compiler options
-Dgetch=getchar
$ gcc prog.c -Wall -Wextra -std=gnu11 -Dgetch=getchar
Please enter the number: On dokuz
Exit Code:
255
Author
anonymous
over 4 years ago
C
gcc 10.1.0
Author
anonymous
over 4 years ago
$ gcc prog.c -Wall -Wextra -std=gnu11 -Dgetch=getchar
prog.c:3:6: warning: return type of 'main' is not 'int' [-Wmain]
3 | void main() {
| ^~~~
prog.c: In function 'main':
prog.c:10:20: warning: zero-length gnu_printf format string [-Wformat-zero-length]
10 | printf(""); break;
| ^~
Please enter the number: On dokuz