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