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