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