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