QP_newline()

Synopsis

     #include <quintus/quintus.h>
     
     int QP_newline()
     

Terminates the current output record for the Prolog current output stream. QP_newline() is a macro.

Arguments


stream
pointer to a valid stream structure

Description

Calling QP_newline() is equivalent to call QP_newln(QP_stdout).

Return Value

a line border character or QP_ERROR

See Also

QP_newln(), QP_error_message(), nl/[0,1] fli-ios