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