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