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