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