📄 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 + -