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