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