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,8180bee0588d30e,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-14 05:44:32 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: iin@rgdata.ukrtel.net (Lo Shu) Newsgroups: comp.lang.ada Subject: SEQUENTIA_IO and stdin/stdout Date: 14 Oct 2003 05:44:32 -0700 Organization: http://groups.google.com Message-ID: <55cccaab.0310140444.4ac20d7f@posting.google.com> NNTP-Posting-Host: 62.244.14.118 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1066135472 4092 127.0.0.1 (14 Oct 2003 12:44:32 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 14 Oct 2003 12:44:32 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:808 Date: 2003-10-14T05:44:32-07:00 List-Id: Hi community, I came from C world and brought the question: how I can open stdin or stdout as a SEQUENTIAL file? Thank you.