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