ack/mach/i386/libsys/stime.c
1990-01-22 11:01:47 +00:00

6 lines
44 B
C

stime(p)
long *p;
{
return _xstime(*p);
}