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