10 lines
195 B
Plaintext
10 lines
195 B
Plaintext
EXPORT DTree* emit_marker(DTree* call_param)
|
|
{
|
|
print("UNIT_CALL_EXPORT_OK");
|
|
return(0);
|
|
}
|
|
|
|
RENDER(Request& context)
|
|
{
|
|
print("<section data-unit-render=\"ok\">UNIT_RENDER_FIXTURE</section>");
|
|
} |