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