CMake/Tests/SubDir/AnotherSubdir/secondone.c

5 lines
52 B
C
Raw Normal View History

2004-04-27 02:49:31 +04:00
const char* secondone()
{
return "Hello again";
}