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