x_reboot.c
来自「关于SHELL方面的」· C语言 代码 · 共 16 行
C
16 行
/* x_reboot.c - x_reboot */#include <conf.h>#include <kernel.h>/*------------------------------------------------------------------------ * x_reboot - (builtin command reboot) restart the system from scratch *------------------------------------------------------------------------ */BUILTIN x_reboot(stdin, stdout, stderr, nargs, args)int stdin, stdout, stderr, nargs;char *args[];{ return 0;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?