mirror of
https://github.com/curl/curl.git
synced 2026-05-05 11:27:21 +03:00
Sync with lib/setup_once.h
This commit is contained in:
parent
5df4be1165
commit
4cac96c33a
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue