📄 _stime.c
字号:
#include <lib.h>
#define stime _stime
#include <minix/minlib.h>
#include <time.h>
PUBLIC int stime(top)
long *top;
{
message m;
m.m2_l1 = *top;
return(_syscall(FS, STIME, &m));
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -