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