水無瀬の部屋 > Programming > sample > sendsend > cmdline.h |
---|
1: //*********************************************************
2: // プロジェクト: send to 'SendTo'
3: // ファイル名: cmdline.h
4: //*********************************************************
5: #ifndef CMDLINE_HEAD_INCLUDED
6: #define CMDLINE_HEAD_INCLUDED
7:
8:
9: //*********************************************************
10: // ヘッダ の インクルード
11: //*********************************************************
12: #ifndef TOOLS_HEAD_INCLUDED // 冗長ガード
13: #include <tools.h>
14: #ifndef TOOLS_HEAD_INCLUDED // ガード名の検査
15: #error "? TOOLS_HEAD_INCLUDED"
16: #endif // #ifndef TOOLS_HEAD_INCLUDED
17: #endif // #ifndef TOOLS_HEAD_INCLUDED
18:
19:
20: #include "sendsend.h"
21:
22:
23: //*********************************************************
24: // 関数 の 宣言
25: //*********************************************************
26: #ifdef __cplusplus
27: extern "C" {
28: #endif
29:
30:
31: // cmdline.cpp
32: bool ParseCmdLineOption( SENDPARAM_t *info, int argc, char **argv );
33:
34:
35: #ifdef __cplusplus
36: } // extern "C"
37: #endif
38:
39:
40: #endif // #ifndef CMDLINE_HEAD_INCLUDED
41:
42:
43: //** end **
44:
参照:
cmdline.cpp, sendsend.cpp
水無瀬の部屋 > sample > sendsend > cmdline.h |
---|
このページは cpp2web が出力しました。
水無瀬 優 postmaster@katsura-kotonoha.sakura.ne.jp
http://katsura-kotonoha.sakura.ne.jp/prog/code/sendsend/cmdline_h.shtml
同人ダウンロード販売|DL.Getchu.com