📄 cmdline.h
字号:
/* cmdline.h *//* File autogenerated by gengetopt version 2.7.1 */#ifndef _cmdline_h#define _cmdline_h#ifdef __cplusplusextern "C" {#endif /* __cplusplus *//* Don't define PACKAGE and VERSION if we use automake. */#ifndef PACKAGE#define PACKAGE "HYSDEL"#endif#ifndef VERSION#define VERSION HYSDEL_VERSION #endifstruct gengetopt_args_info{ char * input_arg; /* HYSDEL input file name (default=stdin). */ char * MLDoutput_arg; /* MLD output file name (without extension). */ char * SIMoutput_arg; /* Simulator file name (without extension). */ int verbose_arg; /* Verbosity level (0=silent, 3=max) (default=2). */ int help_given ; /* Whether help was given. */ int version_given ; /* Whether version was given. */ int input_given ; /* Whether input was given. */ int MLDoutput_given ; /* Whether MLDoutput was given. */ int SIMoutput_given ; /* Whether SIMoutput was given. */ int parametric_given ; /* Whether parametric was given. */ int allow_affine_given ; /* Whether allow-affine was given. */ int allow_B5_D5_given ; /* Whether allow-B5-D5 was given. */ int no_symbol_table_given ; /* Whether no-symbol-table was given. */ int no_row_info_given ; /* Whether no-row-info was given. */ int no_params_checks_given ; /* Whether no-params-checks was given. */ int matlab_symbolic_given ; /* Whether matlab-symbolic was given. */ int verbose_given ; /* Whether verbose was given. */} ;int cmdline_parser (int argc, char * const *argv, struct gengetopt_args_info *args_info);void cmdline_parser_print_help(void);void cmdline_parser_print_version(void);#ifdef __cplusplus}#endif /* __cplusplus */#endif /* _cmdline_h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -