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