ref: 52622a44e1061b8a00bbb4291ed436fe93824e1b dir: /sys/src/libc/9sys/getpid.c/
#include <u.h> #include <libc.h> #include <tos.h> int getpid(void) { return _tos->pid; }