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