|
|
|
|
|
by ninkendo
163 days ago
|
|
Until you pass them as a `char *` by accident and it eventually makes its way to some code that does expect null termination. There’s languages where you can be quite confident your string will never need null termination… but C is not one of them. |
|