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