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,64599bfe530783cd X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-15 10:56:02 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!in.100proofnews.com!tdsnet-transit!newspeer.tds.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Any examples of Byte Ordering Functions Date: 15 Oct 2003 12:55:59 -0600 Organization: LJK Software Message-ID: References: NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1066240506 29255 192.135.80.34 (15 Oct 2003 17:55:06 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Wed, 15 Oct 2003 17:55:06 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:909 Date: 2003-10-15T12:55:59-06:00 List-Id: In article , "Bill Sheehan" writes: > Do Byte ordering functions (htonl, htons, ntohl, ntohs) exist in Ada? Your question seems to me to indicate you are trying to program in C using an Ada compiler. (No disrespect to C here, the original saying was that you can program FORTRAN in any language.)