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