をそのまま写して、コンパイルしたところエラーがでました。 環境は、 gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) です。
エラー出力は、 myform.c:57: error: two or more data types in declaration specifiers myform.c:104: error: conflicting types for 。GetArg「 myform.c:57: error: previous declaration of 。GetArg「 was here myform.c:256: error: conflicting types for 。LineAdd「 myform.c:58: error: previous declaration of 。LineAdd「 was here
int GetArg( int, char *[], int *, int *, int *, int *, char [] ); int GetArg( int argc, char *argv[], int *column, /* カラム数 */ int *line, /* 行数 */ int *upper, /* 上余白行数 */ int *left, /* 左余白行数 */ char file[] /* 入力ファイル */ )
int *LineAdd( char *, char *, int ); char *LineAdd( char *to_buff, char *from_buff, int num )