CMake/Tests/SubDir/AnotherSubdir/secondone.c

5 lines
52 B
C

const char* secondone()
{
return "Hello again";
}