X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=blobdiff_plain;f=both.h;h=dc4c68a76109e6a5caaa5c3e442ed20f4f61e311;hp=6fd04a5e2561cf56c2390fb71d7e6449e0698e5e;hb=85ff0f617f64131baea620eb54fd5ea3d33c230f;hpb=949af4df9625f3371e146f7c78f4f1a17a2bf6db diff --git a/both.h b/both.h index 6fd04a5..dc4c68a 100644 --- 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