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