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