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