cmake/Tests/ModuleDefinition/example_dll.c

5 lines
47 B

int example_dll_function(void)
{
return 0;
}