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