stime.c 43 B

12345
  1. stime(p)
  2. long *p;
  3. {
  4. return _stime(*p);
  5. }