From: "Aaron Ardiri" <[EMAIL PROTECTED]>
> > The C symbol for NUL is '\0', so there's no need to define it. > > gcc under cygwin doesn't define it :) so, thats why i defined it. No, I meant that in C, you use '\0' rather than NUL. Just like '\n'. There's no point in creating another symbol for it, except to be confusing. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
