cmake/Tests/COnly/libc2.c
2024-04-14 22:45:38 +02:00

7 lines
60 B
C

#include "libc2.h"
float LibC2Func(void)
{
return 1.0;
}