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