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