diff options
| author | Jakob Kaivo <jkk@ung.org> | 2024-01-30 13:02:45 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2024-01-30 13:02:45 -0500 |
| commit | c56eff2f75cca6c95459afff5eba571b98c1f131 (patch) | |
| tree | df6dd4781de306ccae2f21570d20292ab2798319 /src/ctype/isdigit.c | |
| parent | 620f2dca70f68748c78e9caa634606a56e8b57b4 (diff) | |
update standard and safety checks
Diffstat (limited to 'src/ctype/isdigit.c')
| -rw-r--r-- | src/ctype/isdigit.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <ctype.h> #include <limits.h> #include <stdio.h> -#include "_assert.h" +#include "_safety.h" /** test whether a character is a digit **/ |
