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