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