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