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