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