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