/** * @file relocation.h */ #ifndef OMC_RELOCATION_H #define OMC_RELOCATION_H #include #include #include #include #include void replace_text(char *original, const char *target, const char *replacement); void file_replace_text(const char* filename, const char* target, const char* replacement); #endif //OMC_RELOCATION_H