![]() |
![]()
| ![]() |
![]()
NAMEHPL_fprintf - fprintf + fflush wrapper. SYNOPSIS#include "hpl.h" void HPL_fprintf( FILE * STREAM, const char * FORM, ... ); DESCRIPTIONHPL_fprintf is a wrapper around fprintf flushing the output stream. ARGUMENTS
EXAMPLE#include "hpl.h" int main(int argc, char *argv[])
SEE ALSOHPL_abort (3), HPL_warn (3).
|