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