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