00001 #include <iostream> 00002 00003 using namespace std; 00004 00005 void somefunc2() 00006 { 00007 cout << "Hello somefile2!" << endl; 00008 } 00009