7 lines
94 B
C++
7 lines
94 B
C++
#include "separate_fn.h"
|
|
|
|
int main()
|
|
{
|
|
the_function("Called from main()");
|
|
exit(0);
|
|
}
|