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