X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=blobdiff_plain;f=both.h;fp=both.h;h=dc4c68a76109e6a5caaa5c3e442ed20f4f61e311;hp=6fd04a5e2561cf56c2390fb71d7e6449e0698e5e;hb=9c66781b8a9dd60bb3e23f9813700897e3bf8200;hpb=9a32edf5db3a4d321f030ed22c95ab8e8387fadb 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