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