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