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