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