CMake/Tests/ModuleDefinition/example_dll.c

5 lines
47 B
C

int example_dll_function(void)
{
return 0;
}