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