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