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