Hacker News new | ask | show | jobs
by thwd 3471 days ago
as C does: with a \00 end marker.
1 comments

Yeah, and how do you store NUL chars in those C strings then?

The answer is you can't. Because prefix-length strings (Pascal) are far better than null-terminated (C) strings.