X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=both.h;h=1b3033a91eefae35b0cee6f8702a79b382b36fce;hb=5c38f6a9b5774073832e2b483b0c01b4f3261cb5;hp=6fd04a5e2561cf56c2390fb71d7e6449e0698e5e;hpb=949af4df9625f3371e146f7c78f4f1a17a2bf6db;p=userv.git diff --git a/both.h b/both.h index 6fd04a5..1b3033a 100644 --- a/both.h +++ b/both.h @@ -3,7 +3,7 @@ * Useful very-low-level utility routines' declarations, * for both client and daemon. * - * Copyright (C)1999 Ian Jackson + * Copyright (C)1999,2001 Ian Jackson * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by @@ -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