cmdline.h

来自「分布式仿真 开放源码」· C头文件 代码 · 共 44 行

H
44
字号
/* cmdline.h *//* File autogenerated by gengetopt version 2.10  */#ifndef CMDLINE_H#define CMDLINE_H/* If we use autoconf.  */#ifdef HAVE_CONFIG_H#include "config.h"#endif#ifdef __cplusplusextern "C" {#endif /* __cplusplus */#ifndef CMDLINE_PARSER_PACKAGE#define CMDLINE_PARSER_PACKAGE "rtig"#endif#ifndef CMDLINE_PARSER_VERSION#define CMDLINE_PARSER_VERSION VERSION#endifstruct gengetopt_args_info{  int verbose_flag;	/* display more information (default=on).  */  int help_given ;	/* Whether help was given.  */  int version_given ;	/* Whether version 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 + =
减小字号Ctrl + -
显示快捷键?