Go to the documentation of this file.
28 #ifndef GWENHYWFAR_ARGS_H
29 #define GWENHYWFAR_ARGS_H
50 #define GWEN_ARGS_FLAGS_HAS_ARGUMENT 0x00000001
51 #define GWEN_ARGS_FLAGS_LAST 0x00000002
52 #define GWEN_ARGS_FLAGS_HELP 0x00000004
54 #define GWEN_ARGS_MODE_ALLOW_FREEPARAM 0x00000001
55 #define GWEN_ARGS_MODE_STOP_AT_FREEPARAM 0x00000002
57 #define GWEN_ARGS_RESULT_ERROR (-1)
58 #define GWEN_ARGS_RESULT_HELP (-2)