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