ack/mach/xenix3/libsys/stime.c

6 lines
43 B
C
Raw Normal View History

1987-10-06 16:39:14 +00:00
stime(p)
long *p;
{
return _stime(*p);
}