Hacker News new | ask | show | jobs
by nwmcsween 4722 days ago
1. Undefined behavior is because not all hardware is the same

2. Pedantic but it's nul terminated, null is something either the same or completely different depending on the implementation. Also what would you recommend for non null strings? passing a struct around of *s and size_t len, _that_ is a horrid idea.