pin.c
来自「良好的代码实现」· C语言 代码 · 共 9 行
C
9 行
/* Declaration of program_invocation_name and program_invocation_short_name for those libc's that don't already have it. These variable are needed by the argp_ functions. */#if !HAVE_PROGRAM_INVOCATION_NAMEchar *program_invocation_short_name = 0;char *program_invocation_name = 0;#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?