strings and char *

Michael Surette msurette@laframboise.net
Thu Aug 10 20:10:00 GMT 2006


> 
> I'm just guessing, but if you do
>   char *tmp[] = {"helohost", NULL};
> and then call it like
>   return callback(ctx, "helo", tmp);
> it might work.
> 
> This might be off topic for the gcc mailing list.
> 
> Bob Rossi

ok, I try that.  Thanks for the help.

Mike



More information about the Gcc-help mailing list