#ifndef __highs_h__ #define __highs_h__ void show_highs(); void store_high(string who); #endif