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