cmdline.h
来自「certi-SHM-3.0.tar 不错的开源的分布式方针软件 大家多多支持 他」· C头文件 代码 · 共 38 行
H
38 行
/* 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 ""#endif#ifndef VERSION#define VERSION ""#endifstruct gengetopt_args_info{ int help_given ; /* Whether help was given. */ int version_given ; /* Whether version 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 + -
显示快捷键?