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