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