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