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