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