CMake/Tests/ComplexOneConfig/Library/testConly.c

7 lines
62 B
C
Raw Normal View History

2002-04-09 18:19:02 +04:00
#include "testConly.h"
int CsharedFunction()
{
return 1;
}