Language
C
Compiler
gcc 7.2.0
Options
Warnings
C99(GNU)
no pedantic
Raw compiler options
-W
$ gcc prog.c -Wall -Wextra -std=gnu99 -W
Hello World!
構造体の実体entityとcopy_entityは同じです
構造体の実体entityとcopy_entityは別です
Exit Code:
0
Author
anonymous
over 6 years ago
C
gcc 7.2.0
Author
anonymous
over 6 years ago
$ gcc prog.c -Wall -Wextra -std=gnu99 -W
Hello World!
構造体の実体entityとcopy_entityは同じです
構造体の実体entityとcopy_entityは別です