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