mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -06:00
7 lines
60 B
C
7 lines
60 B
C
#include "libc2.h"
|
|
|
|
float LibC2Func(void)
|
|
{
|
|
return 1.0;
|
|
}
|