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