cmdline.h
来自「zhcon是工作在Linux控制台下的高效双字节中/日/韩(CJK)虚拟终端」· C头文件 代码 · 共 57 行
H
57 行
/* cmdline.h *//* File autogenerated by gengetopt version 2.15 */#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 "zhcon"#endif#ifndef CMDLINE_PARSER_VERSION#define CMDLINE_PARSER_VERSION ""#endifstruct gengetopt_args_info{ int utf8_flag; /* use iconv filter to convert UTF-8 stream from/to system encoding (default=off). */ char * drv_arg; /* specify video driver (auto, fb, ggi, vga) (default='auto'). */ char * drv_orig; /* specify video driver (auto, fb, ggi, vga) original value given at command line. */ int help_given ; /* Whether help was given. */ int version_given ; /* Whether version was given. */ int utf8_given ; /* Whether utf8 was given. */ int drv_given ; /* Whether drv was given. */ char **inputs ; /* unamed options */ unsigned inputs_num ; /* unamed options number */} ;int cmdline_parser (int argc, char * const *argv, struct gengetopt_args_info *args_info);int cmdline_parser2 (int argc, char * const *argv, struct gengetopt_args_info *args_info, int override, int initialize, int check_required);int cmdline_parser_file_save(const char *filename, struct gengetopt_args_info *args_info);void cmdline_parser_print_help(void);void cmdline_parser_print_version(void);void cmdline_parser_init (struct gengetopt_args_info *args_info);void cmdline_parser_free (struct gengetopt_args_info *args_info);int cmdline_parser_required (struct gengetopt_args_info *args_info, const char *prog_name);#ifdef __cplusplus}#endif /* __cplusplus */#endif /* CMDLINE_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?