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/isdigit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ctype/isdigit.c') diff --git a/src/ctype/isdigit.c b/src/ctype/isdigit.c index bbd228ad..3c41d5b2 100644 --- a/src/ctype/isdigit.c +++ b/src/ctype/isdigit.c @@ -1,7 +1,7 @@ #include #include #include -#include "_assert.h" +#include "_safety.h" /** test whether a character is a digit **/ -- cgit v1.2.1