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