mirror of
https://github.com/json-c/json-c.git
synced 2026-04-07 06:19:07 +08:00
Eliminate use of ctype.h and replace isdigit() and tolower() with non-locale-sensitive approaches.
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
|
||||
#include "strerror_override.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
|
||||
Reference in New Issue
Block a user