CMake/Tests/ComplexOneConfig/Library/testConly.c

7 lines
63 B
C
Raw Normal View History

#include "sharedFile.h"
int CsharedFunction()
{
return 1;
}