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