initial commit
This commit is contained in:
13
c/isogram/src/isogram.h
Normal file
13
c/isogram/src/isogram.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef ISOGRAM_H
|
||||
#define ISOGRAM_H
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
bool is_isogram(const char phrase[]);
|
||||
|
||||
#ifdef TESTALL
|
||||
#undef TEST_IGNORE
|
||||
#define TEST_IGNORE() {}
|
||||
#endif
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user