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