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