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