ack/mach/xenix3/libsys/stime.c
1987-10-06 16:39:14 +00:00

6 lines
43 B
C

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