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