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