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