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