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