#ifndef UTILS_H #define UTILS_H #include bool isLetter(int c); bool isNumber(int c); #endif