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