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