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