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