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