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