#ifndef COMMON_H #define COMMON_H void bail_out(const char* msg); void request_resources(int task_colors, int avg_ways); #endif