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