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