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