This document describes several low-level functions in Ring for interacting with the runtime environment and C code. These include callgc() to manually invoke the garbage collector, varptr() to get a pointer to a Ring variable for C, space() to allocate memory, nullpointer() to get a NULL pointer, and others for inspecting the runtime state. Understanding these utilities allows Ring code to interface directly with C at a low level when needed.