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