On 3/24/07, John Stanton <[EMAIL PROTECTED]> wrote:

Compilers do not terminate strings, library functions do.


You are guaranteed by the C standard that the string referred to by

const char message[] = "this string";

is null-terminated by the compiler.

Reply via email to