commit cd8e5aaea63619987d6dc4439ea574bcdd98ba58 parent 358185d23feafb4592044da84851a690c77b0dcb Author: dwrz <dwrz@dwrz.net> Date: Thu, 7 Mar 2019 00:06:38 +0000 Refactor c/isogram to import isogram header Diffstat:
M | c/isogram/src/isogram.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/c/isogram/src/isogram.c b/c/isogram/src/isogram.c @@ -1,5 +1,5 @@ -#include <stdbool.h> #include <stdio.h> +#include "isogram.h" char lowercase(char c) { // Lowercase only ASCII uppercase chars.