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