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