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