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