getpid.s 56 B

123
  1. #include "syscall.h"
  2. DEFINE(_getpid)
  3. SYSTEM(SYS_getpid)