ctype: remove all use of <ctype.h>, use our own versions

Except in the test servers.

Closes #9433
This commit is contained in:
Daniel Stenberg 2022-09-06 00:17:36 +02:00
parent 7b66050eae
commit 8dd95da35b
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
9 changed files with 13 additions and 15 deletions

View file

@ -88,6 +88,8 @@
#include <pwd.h>
#endif
#include <ctype.h>
#define ENABLE_CURLX_PRINTF
/* make the curlx header define all printf() functions to use the curlx_*
versions instead */