#ifndef __TOOLS_HPP__ #define __TOOLS_HPP__ using namespace std; #include #include // for setw #include #include "param.hpp" void output_to_file(char *f_name, short int line_num, short int blocks, short int wi, short int hi, short int board[], pair block_place[]); void show_result(short int line_num, short int blocks, short int wi, short int hi, short int board[], pair block_place[]); #endif /* __TOOLS_HPP__ */