|
|
|
|
|
by mlthoughts2018
2491 days ago
|
|
They document their goal is correctness in edge cases that other standard C functions don’t guarantee. Seems obvious to say this is “one of the best” ways to go about it. It’s absolutely true given this stated and documented goal of correctness, which would be a very commonly needed property. Other good ways could trade-off edge case comprehensiveness for performance or whatever. That doesn’t make this way less good. |
|