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