View Single Post

   
  #1 (permalink)  
Old 02-16-2008, 04:17 AM
Tom
 
Posts: n/a
Default strlen("NotDone'\0'Yet");

Hi

Is there a quick and safe way/function to read an unsigned string buffer that
might contain '\0' in the middle of the string in order to return its full
length, including the null-terminator and the rest of the string?

Thanks in advance!

i386 OpenBSD 3.3
Reply With Quote