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