#ifndef HEX_EDITOR_H #define HEX_EDITOR_H void hexEditor(const char *path, int drive); #endif