#ifndef RANGE_DIFF_H #define RANGE_DIFF_H int show_range_diff(const char *range1, const char *range2, int creation_factor); #endif