Portable mini-vfprintf?

Jef Poskanzer jef at well.sf.ca.us
Mon Jul 1 01:39:26 AEST 1991


Also, this:

}    return _doprnt( format, args, stream );

should, I am informed, be more like this:

#ifdef BSD
    return _doprnt( format, &args, stream );
#else /*BSD*/
    return _doprnt( format, args, stream );
#endif /*BSD*/

Hmm, I didn't realize there were alternate versions of _doprnt kicking around.
Maybe I shouldn't bother with the _doprnt version at all.
---
Jef

  Jef Poskanzer  jef at well.sf.ca.us  {apple, ucbvax, hplabs}!well!jef
               Speak softly and carry a terawatt laser.



More information about the Comp.lang.c mailing list