📄 pin.c
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -