HP C A.06.05 Reference Manual
Manuals
Brands
HP Manuals
Software
C/aC++ Software for HP-UX
211
212
213
214
215
216
217
218
219
220
Preprocessing Directives
Macro Replacement (#define, #undef)
Chapter 7
193
#define
eatspace() while(
(c=getc(input)) =
=''|
|
c=
=
'\n'
||
c ==
'\t'
);
/* This macro skips white spaces
*/
1
...
...
211
212
213
214
215
...
...
306