reboot.h

来自「Glibc 2.3.2源代码(解压后有100多M)」· C头文件 代码 · 共 10 行

H
10
字号
/* This file should define RB_* macros to be used as flag   bits in the argument to the `reboot' system call.  */#ifndef _SYS_REBOOT_H#define _SYS_REBOOT_H#define RB_AUTOBOOT	0#endif	/* <sys/reboot.h> */

⌨️ 快捷键说明

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