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