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