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