uce/site/demo/call_file_funcs.uce

8 lines
160 B
Plaintext

// Minimal exported helper used by the `unit_call()` demo page.
EXPORT DTree* test_func(DTree* call_param)
{
print("HELLO FROM TEST FUNCTION");
return(0);
}