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