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