Y
Hacker News
new
|
ask
|
show
|
jobs
by
toast0
422 days ago
Is ns NUL terminated, or is it an array of chars that happens to end with NUL?
1 comments
dwattttt
421 days ago
If ns is __nonstring, it could be the latter. Without it, it should be the former and warn if it's not. That's not ambiguous.
link