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