X-Git-Url: https://git.deb.at/w?p=pkg%2Fabook.git;a=blobdiff_plain;f=abook.h;h=0631b8f0f858ff6fbbce6420e454d7687069f04e;hp=fc6c1bbc0486d6e54f5e62a01fbdc5248c25f45a;hb=7c501d6668c722e4b0200c4303c70fe840a708a9;hpb=4909ba20244f55ee7326a40d751cf6737c2bc2b6 diff --git a/abook.h b/abook.h index fc6c1bb..0631b8f 100644 --- a/abook.h +++ b/abook.h @@ -50,6 +50,7 @@ int strncasecmp (const char *, const char *, size_t); #define ISSPACE(c) isspace((unsigned char)c) #define SKIPWS(c) while(*(c) && ISSPACE(*(c))) c++ +#define SKIPNONWS(c) while(*(c) && ! ISSPACE(*(c))) c++ #ifndef DEBUG # define NDEBUG 1