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