err_hurd.sub

来自「一个C源代码分析器」· SUB 代码 · 共 12 行

SUB
12
字号
/* This file defines the Mach error system for Hurd server errors.  */#include <stdio.h>#include <errno.h>/* 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 *) _sys_errlist },  };

⌨️ 快捷键说明

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