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