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