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