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