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