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