fork.c 103 B

123456
  1. #include "lib.h"
  2. PUBLIC int fork()
  3. {
  4. return callm1(MM, FORK, 0, 0, 0, NIL_PTR, NIL_PTR, NIL_PTR);
  5. }