📄 dec_osf1.sh
字号:
d_crypt='undef' # The function is there, but it is emptyd_odbm='undef' # We don't need both odbm and ndbmgidtype='gid_t'groupstype='int'libpth="$libpth /usr/shlib" # Use the shared libraries if possiblelibc='/usr/shlib/libc.so' # The archive version is /lib/libc.acase `uname -m` in mips|alpha) optimize="$optimize -O2 -Olimit 2900" ccflags="$ccflags -std1 -D_BSD" ;; *) ccflags="$ccflags -D_BSD" ;;esac
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -