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