5. Line16 Runtime Initialization
At runtime, the line16 page is initialized with the function
page_line16_runtime_init
.
<<line16_function_declarations>>=
void page_line16_runtime_init(monolith_d *m);
<<line16_functions>>=
void page_line16_runtime_init(monolith_d *m)
{
<<line16_runtime_init>>
}
prev | home | next