_stime.c 144 B

12345678910
  1. #include <lib.h>
  2. #define stime _stime
  3. #include <unistd.h>
  4. PUBLIC int stime(top)
  5. long *top;
  6. {
  7. _M.m2_l1 = *top;
  8. return(_callx(FS, STIME));
  9. }