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