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