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