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