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