This commit is contained in:
2025-11-16 17:27:53 -08:00
commit 8e1842d412
9 changed files with 93 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#ifndef LIBEDBG_INCLUDE_LIBEDBG_H
#define LIBEDBG_INCLUDE_LIBEDBG_H
namespace edbg {
void hello();
}
#endif //LIBEDBG_INCLUDE_LIBEDBG_H