ack/mach/minixST/libsys/stime.c

9 lines
100 B
C
Raw Normal View History

1988-04-19 09:34:37 +00:00
#include "lib.h"
PUBLIC int stime(top)
long *top;
{
M.m2_l1 = *top;
return callx(FS, STIME);
}