3. Grid Page Runtime Initialization
When a grid page is created for the first time, global data needs to be
initialized. This is done with the function grid_init
.
<<grid_function_declarations>>=
static void grid_init(monolith_d *m);
<<grid_functions>>=
static void grid_init(monolith_d *m)
{
<<grid_init>>
}
prev | home | next