_doprnt and _flsbuf

Doug Gwyn gwyn at smoke.BRL.MIL
Fri Aug 11 06:56:22 AEST 1989


In article <13411 at bloom-beacon.MIT.EDU> tada at 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.



More information about the Comp.lang.c mailing list