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