CMake/Tests/SameName/Lib1/libc1.c

5 lines
36 B
C
Raw Normal View History

2005-06-16 19:47:29 +04:00
float LibC1Func()
{
return 2.0;
}