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