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