CMake/Tests/COnly/libc2.c

7 lines
56 B
C
Raw Normal View History

#include "libc2.h"
2002-12-31 20:22:48 +00:00
float LibC2Func()
{
return 1.0;
}