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