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