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