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