?? err_hurd.sub
字號:
/* This file defines the Mach error system for Hurd server errors. */#include <errno.h>extern const char *const _hurd_errlist[];/* Omit `const' because we are included with `static' defined to `static const'. */static struct error_subsystem err_hurd_sub[] = { { "(os/hurd)", _HURD_ERRNOS, (const char *const *) _hurd_errlist }, };
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -