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