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