Re: Macros
- From: "Harald van Dijk" <truedfx@xxxxxxxxx>
- Date: 28 Nov 2006 11:12:34 -0800
Frederick Gotham wrote:
Harry:
# define prod(a,b)=a*b
#define PROD(a,b) ((a)*(b))
This macro will fail if either "a" or "b" contain a comma.
How will it fail?
.
- References:
- Macros
- From: Harry
- Re: Macros
- From: Frederick Gotham
- Macros
- Prev by Date: Re: Bytes allocated by the code ??
- Next by Date: Re: Bytes allocated by the code ??
- Previous by thread: Re: Macros
- Next by thread: Re: Macros
- Index(es):