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