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