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