_getpid.s 57 B

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