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: 114c38,b2077f5b728fb9af X-Google-Attributes: gid114c38,public X-Google-Thread: 103376,b2077f5b728fb9af X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-11 07:14:07 PST From: "Martin Dowie" Newsgroups: comp.lang.ada,comp.os.vxworks References: <3ad31759$1@pull.gecm.com> <9avdcq$s6j1@cui1.lmms.lmco.com> Subject: Re: redirecting the standard output Date: Wed, 11 Apr 2001 15:11:59 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 NNTP-Posting-Host: sg2c11210.dsge.edinbr.gmav.gecm.com Message-ID: <3ad4642b$1@pull.gecm.com> X-Trace: 11 Apr 2001 15:03:23 GMT, sg2c11210.dsge.edinbr.gmav.gecm.com Path: supernews.google.com!sn-xit-03!supernews.com!newsfeed.wirehub.nl!newsfeeds.belnet.be!news.belnet.be!btnet-peer1!btnet-feed5!btnet!newreader.ukcore.bt.net!pull.gecm.com!sg2c11210.dsge.edinbr.gmav.gecm.com Xref: supernews.google.com comp.lang.ada:6758 comp.os.vxworks:6413 Date: 2001-04-11T15:11:59+01:00 List-Id: > Interfacing to printf is _not_ easy. 'puts' is a better C function to > call, if you have to resort to that. we tried a version which imported printf - and it was exactly the same throughput...