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