cmake/Tests/Complex/Library/moduleFile.c
2009-10-04 10:30:41 +03:00

7 lines
62 B
C

#include "moduleFile.h"
int ModuleFunction()
{
return 1;
}