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