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