https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241254
Brooks Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Not A Bug CC| |[email protected] --- Comment #1 from Brooks Davis <[email protected]> --- The implementation of atoi() is literally: int atoi(const char *str) { return (int)strtol(str, NULL, 10); } so this statement is entirely correct. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
