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