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