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