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