UP
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef ARGPASE_H
|
||||
#define ARGPASE_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
typedef char OptId;
|
||||
|
||||
typedef struct Option {
|
||||
@@ -37,5 +39,7 @@ OptId Options_Load(OptList *opts, char *argv[], size_t argc);
|
||||
|
||||
//字符串转参数数组
|
||||
size_t Str_To_Args(char *str, char *argv[]);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif //ARGPASE_H
|
||||
|
Reference in New Issue
Block a user