Sync with lib/setup_once.h
This commit is contained in:
@@ -126,6 +126,7 @@
|
|||||||
#define ISXDIGIT(x) (isxdigit((int) ((unsigned char)x)))
|
#define ISXDIGIT(x) (isxdigit((int) ((unsigned char)x)))
|
||||||
#define ISGRAPH(x) (isgraph((int) ((unsigned char)x)))
|
#define ISGRAPH(x) (isgraph((int) ((unsigned char)x)))
|
||||||
#define ISALPHA(x) (isalpha((int) ((unsigned char)x)))
|
#define ISALPHA(x) (isalpha((int) ((unsigned char)x)))
|
||||||
|
#define ISPRINT(x) (isprint((int) ((unsigned char)x)))
|
||||||
|
|
||||||
|
|
||||||
#endif /* __SETUP_ONCE_H */
|
#endif /* __SETUP_ONCE_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user