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