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