ack/mach/i386/libsys/stime.c

6 lines
43 B
C
Raw Normal View History

1989-10-10 11:40:55 +00:00
stime(p)
long *p;
{
return _stime(*p);
}