strlen() on non-null-terminated char string?
Posted
by arcanex
on Stack Overflow
See other posts from Stack Overflow
or by arcanex
Published on 2009-03-10T17:49:43Z
Indexed on
2010/06/09
14:22 UTC
Read the original article
Hit count: 109
Filed under:
c
Is strlen(const char *s)
defined when s
is not null-terminated, and if so, what does it return?
© Stack Overflow or respective owner