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