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