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