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