CMake/Tests/SubDir/AnotherSubdir/secondone.c

7 lines
68 B
C
Raw Normal View History

#include <stdio.h>
void secondone()
2004-04-27 02:49:31 +04:00
{
printf("Hello again\n");
2004-04-27 02:49:31 +04:00
}