#ifndef ISOGRAM_H #define ISOGRAM_H #include bool is_isogram(const char phrase[]); #endif