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