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