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