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