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