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