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