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