const.h

来自「代码检索工具GLOBAL源码。可用来浏览分析LINUX源码。」· C头文件 代码 · 共 29 行

H
29
字号
/* This file is generated automatically by convert.pl from gozilla/manual.in. */const char *progname = "gozilla";const char *usage_const = "Usage: gozilla [-b browser][-p][+no] file\n\       gozilla [-b browser][-p] -d name\n";const char *help_const = "Options:\n\+no\n\       line number. It must be a line on which function definition or\n\       function reference is exist.  If you execute htags(1)\n\       with -l option, you can specify any line.\n\-b browser\n\       browser to use. By default, it is assumed mozilla.\n\       If you specify another browser, gozilla waits for\n\       exiting of the browser.\n\-p\n\       just print generated target URL.\n\file\n\       path of source file or alias name.\n\-d name\n\       print function.\n\-q, --quiet\n\       Quiet mode.\n\-v, --verbose\n\       Verbose mode.\n\--version\n\       Show version number.\n\--help\n\       Show help.\n\";

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?