stime.c 100 B

12345678
  1. #include "lib.h"
  2. PUBLIC int stime(top)
  3. long *top;
  4. {
  5. M.m2_l1 = *top;
  6. return callx(FS, STIME);
  7. }