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