Path: utzoo!attcan!uunet!convex!bstone From: bstone@convex.com (Barry Stone) Newsgroups: comp.os.msdos.programmer Subject: Re: ReDirecting printf to memory???? Message-ID: <106728@convex.convex.com> Date: 1 Oct 90 19:09:16 GMT References: <31926@nigel.ee.udel.edu> Sender: usenet@convex.com Followup-To: 2099 Organization: Convex Computer Corporation, Richardson, Tx. Lines: 4 Write a new putc that does what you want it to and explicitly link it into the program. Putchar, fprintf, etc., probably all call putc in the long run.