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