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