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