#include <stdio.h> /* directives to a preprocessor */
白川です.責任がありますので,次のプログラムを実行したらどうなりますか.ジャミさんのはsocketを使っている複雑なので.
ところで,こちらも初歩的な質問ですが,lsとかlessとかは
動いていますよね?
int main(void) /* a function called main() with no parameter */
{
int i; /* declarations */
i = 100; /* statements */
printf("Happy Gcc\n");
return 0; /* return statement */
}
|