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