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