summary refs log blame commit diff stats
path: root/c/isogram/src/isogram.h
blob: ae28cfa69ba7c83c32d9004fa7154216de137723 (plain) (tree)
1
2
3
4
5
6
7
8







                                     
#ifndef ISOGRAM_H
#define ISOGRAM_H

#include <stdbool.h>

bool is_isogram(const char phrase[]);

#endif