mirror of
https://github.com/curl/curl.git
synced 2026-08-25 18:03:36 +03:00
ctype: remove all use of <ctype.h>, use our own versions
Except in the test servers. Closes #9433
This commit is contained in:
parent
7b66050eae
commit
8dd95da35b
9 changed files with 13 additions and 15 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue