#ifndef UTILS_H #define UTILS_H #define MAX_CONTACTS 100 void clearInputBuffer(); void printMenu(); #endif