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