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