HPL_fprintf(3) HPL Library Functions HPL_fprintf(3) NAME HPL_fprintf - fprintf + fflush wrapper. SYNOPSIS #include "hpl.h" void HPL_fprintf( FILE * STREAM, const char * FORM, ... ); DESCRIPTION HPL_fprintf is a wrapper around fprintf flushing the output stream. ARGUMENTS STREAM (local input) FILE * On entry, STREAM specifies the output stream. FORM (local input) const char * On entry, FORM specifies the format, i.e., how the subsequent argu- ments are converted for output. (local input) ... On entry, ... is the list of arguments to be printed within the format string. EXAMPLE #include "hpl.h" int main(int argc, char *argv[]) { HPL_fprintf( stdout, "Hello World.\n" ); exit(0); return(0); } SEE ALSO HPL_abort (3), HPL_warn (3). HPL 2.3 December 2, 2018 HPL_fprintf(3)
NAME | SYNOPSIS | DESCRIPTION | ARGUMENTS | EXAMPLE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=HPL_fprintf&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
