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