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