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