Re: Macros
- From: Frederick Gotham <fgothamNO@xxxxxxxx>
- Date: Tue, 28 Nov 2006 18:00:40 GMT
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.
--
Frederick Gotham
.
- Follow-Ups:
- Re: Macros
- From: Keith Thompson
- Re: Macros
- From: Harald van Dijk
- Re: Macros
- References:
- Macros
- From: Harry
- Macros
- Prev by Date: Re: Code fails with Segmentation Fault
- Next by Date: Re: Code fails with Segmentation Fault
- Previous by thread: Re: Macros
- Next by thread: Re: Macros
- Index(es):