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