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