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