CMake/Tests/COnly/libc1.c
2002-12-31 15:22:48 -05:00

5 lines
36 B
C

float LibC1Func()
{
return 2.0;
}