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