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