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