OSDN Git Service

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