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