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