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