--- In [email protected], "Bill Cunningham" <[EMAIL PROTECTED]> wrote: > > Strelen is returning the value > of '\0' which is at the end of every string invisibily stored.
If you mean the strlen() return value includes the '\0', it doesn't. It does include the '\n' however, as a previous poster correctly pointed out. John
