8 lines
141 B
C++
8 lines
141 B
C++
#ifndef LIBEDBG_INCLUDE_LIBEDBG_H
|
|
#define LIBEDBG_INCLUDE_LIBEDBG_H
|
|
|
|
namespace edbg {
|
|
void hello();
|
|
}
|
|
|
|
#endif //LIBEDBG_INCLUDE_LIBEDBG_H
|