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-23 13:46:24 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed2.netcologne.de!news.netcologne.de!newsfeed.stueberl.de!teaser.fr!enst.fr!pautet From: pautet@antigone.enst.fr (Laurent Pautet) Newsgroups: comp.lang.ada Subject: Re: Any examples of Byte Ordering Functions Date: Thu, 23 Oct 2003 20:44:48 +0000 (UTC) Organization: ENST, France Message-ID: References: <1066243458.911546@master.nyc.kbcfp.com> NNTP-Posting-Host: antigone.enst.fr X-Trace: avanie.enst.fr 1066941888 64399 137.194.162.28 (23 Oct 2003 20:44:48 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Thu, 23 Oct 2003 20:44:48 +0000 (UTC) User-Agent: slrn/0.9.6.2 (SunOS) Xref: archiver1.google.com comp.lang.ada:1542 Date: 2003-10-23T20:44:48+00:00 List-Id: >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. -- -- Laurent