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