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