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