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