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