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