need dprintf

Issue #106 new
Garrett D'Amore repo owner created an issue

Sadly, POSIX 2008 specifies a new API called "dprintf", which is like fprintf, but goes to a file descriptor instead of a FILE * object. (I.e. its unbuffered.)

Comments (1)

  1. Log in to comment