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