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