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