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