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