6. Grid Page Scheme Loader
The main scheme loader is called s9_load_grid
.
<<grid_functions>>=
<<grid_scheme_functions>>
static S9_PRIM grid_primitives[] = {
<<grid_scheme_entries>>
{NULL}
};
void s9_load_grid(void)
{
add_primitives("monolith", grid_primitives);
}
prev | home | next