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