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