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