mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
Sync with lib/setup_once.h
This commit is contained in:
parent
5df4be1165
commit
4cac96c33a
@ -126,6 +126,7 @@
|
||||
#define ISXDIGIT(x) (isxdigit((int) ((unsigned char)x)))
|
||||
#define ISGRAPH(x) (isgraph((int) ((unsigned char)x)))
|
||||
#define ISALPHA(x) (isalpha((int) ((unsigned char)x)))
|
||||
#define ISPRINT(x) (isprint((int) ((unsigned char)x)))
|
||||
|
||||
|
||||
#endif /* __SETUP_ONCE_H */
|
||||
|
Loading…
Reference in New Issue
Block a user