QP_fwrite() #include <quintus/quintus.h>
int QP_fwrite(ptr, size, nitems, stream)
char *ptr;
int size;
int nitems;
QP_stream *stream;
Writes at most nitems items of data from the block pointed to by
ptr to the named Prolog output stream. QP_fwrite() stops
writing when it has written nitems of date or if an error condition
is encountered on stream.
QP_fwrite() is similar to the library function fwrite().
QP_ERROR
QP_fopen(), QP_getc(), QP_gets(),
QP_putc(), QP_puts(), QP_printf()
fli-ios