summaryrefslogtreecommitdiff
path: root/setup_once.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2006-10-18 21:25:12 +0000
committerYang Tse <yangsita@gmail.com>2006-10-18 21:25:12 +0000
commit000ac3f39d410b5a9fb6bae90603db064f2eb0df (patch)
tree2b468caf06478d168160ed059fabcb30d29f6f26 /setup_once.h
parent77ac18117cf23d5ec8add1565691a7b980326934 (diff)
downloadc-ares-000ac3f39d410b5a9fb6bae90603db064f2eb0df.tar.gz
c-ares-000ac3f39d410b5a9fb6bae90603db064f2eb0df.tar.bz2
c-ares-000ac3f39d410b5a9fb6bae90603db064f2eb0df.zip
Sync with lib/setup_once.h
Diffstat (limited to 'setup_once.h')
-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 */