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