cmake/Tests/COnly/libc1.c
2024-04-14 22:45:38 +02:00

5 lines
40 B
C

float LibC1Func(void)
{
return 2.0;
}