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