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