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