Skip to main content
improve wording
Source Link

The proper handling of cases 2 and 4 still need some improvement, perhaps with errno assignment or withby changing the interface to something akin to strtol or, if C++ is allowed, by throwing an exception. Also it might make sense to handle integer overflow errors.

The proper handling of cases 2 and 4 still need some improvement, perhaps with errno assignment or with changing the interface to something akin to strtol or, if C++ is allowed, throwing an exception. Also it might make sense to handle integer overflow errors.

The proper handling of cases 2 and 4 still need some improvement, perhaps with errno assignment or by changing the interface to something akin to strtol or, if C++ is allowed, by throwing an exception. Also it might make sense to handle integer overflow errors.

mention integer overflow
Source Link

The proper handling of cases 2 and 4 still need some improvement, perhaps with errno assignment or with changing the interface to something akin to strtol or, if C++ is allowed, throwing an exception. Also it might make sense to handle integer overflow errors.

The proper handling of cases 2 and 4 still need some improvement, perhaps with errno assignment or with changing the interface to something akin to strtol or, if C++ is allowed, throwing an exception.

The proper handling of cases 2 and 4 still need some improvement, perhaps with errno assignment or with changing the interface to something akin to strtol or, if C++ is allowed, throwing an exception. Also it might make sense to handle integer overflow errors.

mention strtol
Source Link

The proper handling of cases 2 and 4 still need some improvement, perhaps with errno assignment or with changing the interface to something akin to strtol or, if C++ is allowed, throwing an exception.

The proper handling of cases 2 and 4 still need some improvement, perhaps with errno assignment or, if C++ is allowed, throwing an exception.

The proper handling of cases 2 and 4 still need some improvement, perhaps with errno assignment or with changing the interface to something akin to strtol or, if C++ is allowed, throwing an exception.

fixed item numbers
Source Link
Loading
improve wording
Source Link
Loading
Source Link
Loading