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