Hacker News new | ask | show | jobs
by leni536 1464 days ago
""[1] is not the termination byte, it's the byte after that.

Its address is taken there with &, which yields a const char*. The (char *) cast is only there to cast away const.