Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
COnly
/
libc2.c
blob: c36bc6d840367bc43d4d825d9655aefdf80bf241 [
file
]
#include
"libc2.h"
#ifdef
__POCC__
CM_TEST_LIB_EXPORT
#endif
float
LibC2Func
(
void
)
{
return
1.0
;
}