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