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