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