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