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