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