From c56eff2f75cca6c95459afff5eba571b98c1f131 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 30 Jan 2024 13:02:45 -0500 Subject: update standard and safety checks --- src/ctype/isalpha.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ctype/isalpha.c') diff --git a/src/ctype/isalpha.c b/src/ctype/isalpha.c index b82bd544..8382629b 100644 --- a/src/ctype/isalpha.c +++ b/src/ctype/isalpha.c @@ -1,7 +1,7 @@ #include #include #include -#include "_assert.h" +#include "_safety.h" /** test whether a character is alphabetic **/ -- cgit v1.2.1