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