#pragma once #include #define KEY_SIZE 10 #define INDEX_SIZE 5 // tmp value #define VALUE_SIZE 90 struct Config { size_t sort_thrds; }; extern struct Config conf;