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