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