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