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