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