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