sig-names.c

来自「二进制翻译的一个软件」· C语言 代码 · 共 74 行

C
74
字号
const char* const _sig_names [] = {    "ZERO-SIGNAL"   "SIGHUP",        "SIGINT",  "SIGQUIT",  "SIGILL",  "SIGTRAP",  "SIGABRT",  "SIGIOT",  "SIGBUS",  "SIGFPE",  "SIGKILL",  "SIGUSR1",  "SIGSEGV",  "SIGUSR2",  "SIGPIPE",  "SIGALRM",  "SIGTERM",  "SIGSTKFLT",  "SIGCHLD",  "SIGCONT",  "SIGSTOP",  "SIGTSTP",  "SIGTTIN",  "SIGTTOU",  "SIGURG",  "SIGXCPU",  "SIGXFSZ",  "SIGVTALRM",  "SIGPROF",  "SIGWINCH",  "SIGIO",  "SIGPOLL",  "SIGLOST",  "SIGPWR",  "SIGSYS",  "SIGUNUSED",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",  "RT-Signal",};const char const * const* sig_names = _sig_names;

⌨️ 快捷键说明

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