OSDN Git Service

(none)
[hos/hos-v4a.git] / aplfw / application / syscmd / commandlist / commandlist.h
1 /** 
2  *  Hyper Operating System  Application Framework
3  *
4  * @file  commandlist.h
5  * @brief %jp{コマンドリストコマンド}
6  *
7  * Copyright (C) 2008 by Project HOS
8  * http://sourceforge.jp/projects/hos/
9  */
10
11
12 #ifndef __HOS__commandlist_h__
13 #define __HOS__commandlist_h__
14
15
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19
20 int CommandList_Main(int argc, char *argv[]);
21
22 #ifdef __cplusplus
23 }
24 #endif
25
26
27 #endif  /* __HOS__commandlist_h__ */
28
29
30 /* end of file */