linux.pl

来自「source of perl for linux application,」· PL 代码 · 共 6 行

PL
6
字号
# XXX Configure test needed.# Some Linux releases like to hide their <nlist.h>$self->{CCFLAGS} = $Config{ccflags} . ' -I/usr/include/libelf'	if -f "/usr/include/libelf/nlist.h";1;

⌨️ 快捷键说明

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