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