On Fri, Dec 05, 2008 at 07:24:52PM +0000, Jeff LaCoursiere wrote: > Many years ago when I was in school we had an obfuscated 'C' contest, and > I recall one year the winning entry had #define'd all of the neccessary > code into morse, so that the eventual .c file was completely in morse > code.
Right. #defines are useful. E.g. some code that we could use in DAHDI: http://www.ioccc.org/1986/hague.c Some of them can even do without #define-s: http://www.ioccc.org/1990/westley.c (charlie and charlotte) But then again, the C preprocessor can be handy. e.g. if you want to redefine 'if': http://lwn.net/Articles/308586/ -- Tzafrir Cohen icq#16849755 jabber:[EMAIL PROTECTED] +972-50-7952406 mailto:[EMAIL PROTECTED] http://www.xorcom.com iax:[EMAIL PROTECTED]/tzafrir _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
