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