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