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