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