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=-0.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no 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 12:58:28 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!news-out1.nntp.be!propagator2-sterling!news-in-sterling.nuthinbutnews.com!cyclone1.gnilink.net!spamkiller2.gnilink.net!nwrdny02.gnilink.net.POSTED!53ab2750!not-for-mail From: "Frank J. Lhota" Newsgroups: comp.lang.ada References: Subject: Re: Any examples of Byte Ordering Functions X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: Date: Wed, 15 Oct 2003 19:58:26 GMT NNTP-Posting-Host: 151.203.244.111 X-Complaints-To: abuse@verizon.net X-Trace: nwrdny02.gnilink.net 1066247906 151.203.244.111 (Wed, 15 Oct 2003 15:58:26 EDT) NNTP-Posting-Date: Wed, 15 Oct 2003 15:58:26 EDT Xref: archiver1.google.com comp.lang.ada:916 Date: 2003-10-15T19:58:26+00:00 List-Id: "Bill Sheehan" wrote in message news:CGfjb.41806$Eh3.18271737@news4.srv.hcvlny.cv.net... > Hello Folks, > > Do Byte ordering functions (htonl, htons, ntohl, ntohs) exist in Ada? > > Would there be a site with these functions available for download? > > Thanks. > > BillS For which platform? For Windows, the Win32Ada child package WinSock includes these functions. Presumably, the Linux compilers probably have something like this.