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