#ifndef PANGRAM_H #define PANGRAM_H #include bool is_pangram(const char *sentence); #endif