strings

Tom Neff tneff at bfmny0.UUCP
Thu May 18 01:11:28 AEST 1989


The major problem with using anything other than \0-terminated
strings in C is that you give up the easy ability to define
string constants a la "/etc/passwd".  Standard C compilers will
create a \0-terminated string for these, regardless of what
your home-made string utilities prefer.
-- 
Tom Neff				UUCP:     ...!uunet!bfmny0!tneff
    "Truisms aren't everything."	Internet: tneff at bfmny0.UU.NET



More information about the Comp.lang.c mailing list