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