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