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