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-26 07:05:19 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!news-han1.dfn.de!news-ham1.dfn.de!news.uni-hamburg.de!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: Any examples of Byte Ordering Functions Date: Sun, 26 Oct 2003 15:05:18 +0000 (UTC) Organization: GMUGHDU Message-ID: References: <1066243458.911546@master.nyc.kbcfp.com> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1067180718 23008 134.91.1.34 (26 Oct 2003 15:05:18 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Sun, 26 Oct 2003 15:05:18 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/800)) Xref: archiver1.google.com comp.lang.ada:1697 Date: 2003-10-26T15:05:18+00:00 List-Id: Simon Wright wrote: : pautet@antigone.enst.fr (Laurent Pautet) writes: : :> >I'm trying to implement reading 16 bit words from a stream with a given :> >endianess (that is the endianess of the items in the stream is known), :> :> have a look at s-strxdr.adb in gnat. : : This is only in supported versions, I think (3.16a1, 5.01a). It seems as if it's also in GCC 3.4. Georg