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