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