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