uce/site/test/call_file_funcs.uce

7 lines
129 B
Plaintext

// Minimal exported helper used by the `call_file()` demo page.
EXPORT void test_func()
{
print("HELLO FROM TEST FUNCTION");
}