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