X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.224.137.137 with SMTP id w9mr404012qat.6.1375815585224; Tue, 06 Aug 2013 11:59:45 -0700 (PDT) X-Received: by 10.49.35.225 with SMTP id l1mr108563qej.1.1375815585188; Tue, 06 Aug 2013 11:59:45 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Tue, 6 Aug 2013 11:59:45 -0700 (PDT) In-Reply-To: <83txj2vlg6.fsf@gnu.org> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2.174.141.199; posting-account=v5xbdQoAAAAOGc9Ccc-kLZyobvPlN3Qr NNTP-Posting-Host: 2.174.141.199 References: <21e77579-1a40-4442-8111-fc976fba78fc AT googlegroups DOT com> <3df2f50f-9543-47a7-8e40-a9be82ce5018 AT googlegroups DOT com> <87fvuvny2v DOT fsf AT uwakimon DOT sk DOT tsukuba DOT ac DOT jp> <87ehaeonbp DOT fsf AT uwakimon DOT sk DOT tsukuba DOT ac DOT jp> <87zjt1n2v6 DOT fsf AT uwakimon DOT sk DOT tsukuba DOT ac DOT jp> <8761vmn519 DOT fsf AT uwakimon DOT sk DOT tsukuba DOT ac DOT jp> <83txj2vlg6 DOT fsf AT gnu DOT org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1d5d0ab5-8e24-4149-891e-62108504529b@googlegroups.com> Subject: Re: _CRT0_FLAG_NULLOK From: Georg Potthast Injection-Date: Tue, 06 Aug 2013 18:59:45 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2029 Lines: 3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk I did not post further messages because I understand that the djgpp developers could not be convinced to make a change here. As Rod pointed out with the links he provided this topic has been discussed already 25 years ago and no change was made yet. The library I am using returns NULL instead of an empty string. So I will have to trap NULL before calling atoi() and fill the integer variable with zero then.