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