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