CMake/Tests/SameName/Lib1/libc1.c

5 lines
36 B
C

float LibC1Func()
{
return 2.0;
}