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