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