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