Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!mailrus!ames!haven!adm!smoke!gwyn
From: gwyn@smoke.BRL.MIL (Doug Gwyn)
Newsgroups: comp.lang.c
Subject: Re: _doprnt and _flsbuf
Message-ID: <10702@smoke.BRL.MIL>
Date: 10 Aug 89 20:56:22 GMT
References: <13411@bloom-beacon.MIT.EDU>
Reply-To: gwyn@brl.arpa (Doug Gwyn)
Organization: Ballistic Research Lab (BRL), APG, MD.
Lines: 10

In article <13411@bloom-beacon.MIT.EDU> tada@athena.mit.edu (Michael Zehr) writes:
>i'm trying to port some software from unix to vms operating system.  the
>software redefines some standard functions, and makes use of
>non-standard macros.  in particular _flsbuf and _doprnt.

_doprnt() is almost always used in a context where the code can be changed
to use the v*printf() standard library functions instead.

I've never heard before of an application using _flsbuf(), but you may be
able to change the code to use the standard library function fflush() instead.