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