This document provides information about low level functions in Ring that allow interaction with C code and pointers. It describes the following functions: - callgc() forces garbage collection to free temporary variables - varptr() gets a C pointer for a Ring variable - space() allocates memory and returns a string pointer - nullpointer() returns a NULL pointer for optional parameters - object2pointer() gets a C pointer for a Ring list or object - pointer2object() converts a C pointer back to a Ring list or object - ptrcmp() compares two C pointers It also briefly mentions ringvm functions for getting information about the runtime environment like loaded classes, functions, memory usage and more.