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