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