X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=abook.h;fp=abook.h;h=fc6c1bbc0486d6e54f5e62a01fbdc5248c25f45a;hb=c0b0c6c7a0971525558239e544212589fbbac58b;hp=564caf39b946725839cab05b5e7fa0600b3f906a;hpb=ec21e25ffd8fe61704ae3588bcad4570de2946ac;p=pkg%2Fabook.git diff --git a/abook.h b/abook.h index 564caf3..fc6c1bb 100644 --- a/abook.h +++ b/abook.h @@ -49,6 +49,8 @@ int strncasecmp (const char *, const char *, size_t); #define ISSPACE(c) isspace((unsigned char)c) +#define SKIPWS(c) while(*(c) && ISSPACE(*(c))) c++ + #ifndef DEBUG # define NDEBUG 1 #else