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