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