From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,18df23cccb74ee21 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-04 13:17:56 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: equivalent to ATOI in ADA Date: 4 Jan 2002 15:17:49 -0600 Organization: LJK Software Message-ID: References: NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1010179070 31622 192.135.80.34 (4 Jan 2002 21:17:50 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Fri, 4 Jan 2002 21:17:50 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:18563 Date: 2002-01-04T15:17:49-06:00 List-Id: In article , Stephen Leake writes: > Just to be pedantic, there is no function, in any standard language > library I know of, named "ATOI". There is one in ANSI C named "atoi". > Since C is case-sensitive, that's clearly a different function :). > > Hey, it's 2002. Let's start the year off right! I am all in favor of doing things right, but it is too much work to get all those C programmers to change their language to case-neutral.