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