CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (1 messages)

#49750- Char-ize Macro? Message #49795
From: Bill Daly DDJ Forum · Forum Business June 17, 1993 2:24 PM
#define CHARIZE(x) (x[0]) should give you what you want, since "a"[0] is the same as 'a'. 1: Perfect! Thank you! 2: /send(I should have read "Obsfucscated C" a litltle closer, they use t 3: hat trick all the time…) 4: /post