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