HP C A.06.05 Reference Manual

Preprocessing Directives
Macro Replacement (#define, #undef)
Chapter 7 193
#define eatspace() while( (c=getc(input)) ==''|| c== '\n' || c == '\t'
);
/* This macro skips white spaces */