Re: Implementation errors in strtol()

From: Andrey Chernov <ache_at_nagual.pp.ru>
Date: Mon, 24 Jan 2005 00:16:56 +0300
On Sun, Jan 23, 2005 at 04:30:24PM +0200, Giorgos Keramidas wrote:
> Why would checking for explicit errno values be necessary?  IIRC, after
> a few emails I had exchanged with Dima Dorfman a few months ago,
> checking for endptr *and* errno != 0 was ok.

_Portable_ application must suppose that not all OSes are POSIX 
conformant, so it can't be sure what errno comes from strtol(), it is why 
explicit checking for known value is needed.

-- 
http://ache.pp.ru/
Received on Sun Jan 23 2005 - 20:17:06 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:26 UTC