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