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