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