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