summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup_once.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup_once.h b/setup_once.h
index 7e373d6..8f24d8c 100644
--- a/setup_once.h
+++ b/setup_once.h
@@ -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 */