K
Keith Thompson
Mark McIntyre said:On Sun, 17 Apr 2005 08:03:09 GMT, in comp.lang.c , Keith Thompson
such as the one under discussion.
If you were just talking about the particular case under discussion,
I'd agree with you.
And even setting aside the context,
I still don't consider a character array with only a null in it to be
a string. YMMV.
That's just wrong. The definition of "string" in C99 7.1.1p1 could be
interpreted to exclude empty strings, but it's obviously the intent
that the empty string is a string. If you want to refer to non-empty
strings, find another word.