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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.141.78 with SMTP id p75mr16973828iod.12.1471161494831; Sun, 14 Aug 2016 00:58:14 -0700 (PDT) X-Received: by 10.157.41.230 with SMTP id g35mr1082131otd.19.1471161494807; Sun, 14 Aug 2016 00:58:14 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!f6no9790717ith.0!news-out.google.com!d130ni34796ith.0!nntp.google.com!f6no9814905ith.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 14 Aug 2016 00:58:14 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=91.55.196.244; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf NNTP-Posting-Host: 91.55.196.244 References: <2cc97e17-313e-44b8-b335-8d5e815e925a@googlegroups.com> <4c49991e-9001-464f-afbb-3fcbf78e5656@googlegroups.com> <41b076f1-66b0-4142-8b91-0e717b6176c2@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7dd84caf-d094-4498-a6f1-91e275f09346@googlegroups.com> Subject: Re: How to write "Hello" to a text file without a line terminator From: AdaMagica Injection-Date: Sun, 14 Aug 2016 07:58:14 +0000 Content-Type: text/plain; charset=UTF-8 Xref: news.eternal-september.org comp.lang.ada:31428 Date: 2016-08-14T00:58:14-07:00 List-Id: Am Samstag, 13. August 2016 20:03:51 UTC+2 schrieb Jeffrey R. Carter: > $ ./str_seq_io > 32 > $ hd junk > 00000000 06 00 00 00 00 00 00 00 61 62 63 64 65 66 |........abcdef| ???? -- Letters 'A' through 'Z' are at positions 65 through 90 ???? > 0000000e Obviously on your 64-bit machine, length is output in 64 bits, although Integer has only 32. But what's 00000000 and 0000000e?