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