CMake/Tests/COnly/libc1.c
2023-10-26 09:20:45 -04:00

5 lines
40 B
C

float LibC1Func(void)
{
return 2.0;
}