C Tutorial/Language/gcc
Версия от 14:21, 25 мая 2010; (обсуждение)
Compile and link the C program using gcc
Compile and link the test.c source code:
gcc goodbye.c -o goodbye
A
Compile and link the test.c source code:
gcc goodbye.c -o goodbye