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