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