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