#ifndef HEX_EDITOR_H #define HEX_EDITOR_H #include "driveOperations.h" void hexEditor(const char *path, Drive drive); #endif