ack/mach/minixST/libsys/stime.c
1988-04-19 09:34:37 +00:00

9 lines
100 B
C

#include "lib.h"
PUBLIC int stime(top)
long *top;
{
M.m2_l1 = *top;
return callx(FS, STIME);
}