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