]> git.ozlabs.org Git - ccan/blobdiff - ccan/str/str_debug.h
endian: add constant versions.
[ccan] / ccan / str / str_debug.h
index 4545ccaa3617088485c480a59f3a7367abfc9699..92c10c41cc6150a6746f8764cb871c1b693a5d59 100644 (file)
@@ -1,3 +1,4 @@
+/* CC0 (Public domain) - see LICENSE file for details */
 #ifndef CCAN_STR_DEBUG_H
 #define CCAN_STR_DEBUG_H
 
@@ -8,7 +9,9 @@
 int str_isalnum(int i);
 int str_isalpha(int i);
 int str_isascii(int i);
+#if HAVE_ISBLANK
 int str_isblank(int i);
+#endif
 int str_iscntrl(int i);
 int str_isdigit(int i);
 int str_isgraph(int i);