Hacker News new | ask | show | jobs
by _kst_ 3970 days ago
> This is more a problem of C's strings being naked pointers to chars.

A C string is a sequence of characters, not a pointer. C strings are manipulated using `char*` pointers.