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