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