#include <iostream>
Include dependency graph for somefile2.cpp:
Go to the source code of this file.
Functions | |
void | somefunc2 () |
|
Definition at line 5 of file somefile2.cpp.
00006 {
00007 cout << "Hello somefile2!" << endl;
00008 }
|