#include #define stime _stime #include #include PUBLIC int stime(top) long *top; { message m; m.m2_l1 = *top; return(_syscall(MM, STIME, &m)); }