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