chiark / gitweb /
regen
[userv.git] / both.h
diff --git a/both.h b/both.h
index 6fd04a5e2561cf56c2390fb71d7e6449e0698e5e..dc4c68a76109e6a5caaa5c3e442ed20f4f61e311 100644 (file)
--- a/both.h
+++ b/both.h
@@ -36,4 +36,6 @@ size_t working_fread(void *ptr, size_t sz, FILE *file);
 
 void syscallerror(const char *what) NONRETURNING;
 
+#define ISCHAR(iswotsit,ch) (iswotsit((unsigned char)(ch))) /*Feh!*/
+
 #endif