The Complete SPRLIB & ANNLIB

printfile

- write a buffer to a file and check for errors (LOCAL)

SYNOPSIS

int printfile (stream, string)

ARGUMENTS

FILE *stream A valid filepointer.
char *string The buffer to be written.

RETURNS

FALSE if successful, TRUE if not.

FUNCTION

The buffer string is written to stream; if the return-code of the used function fprintf is EOF, the function returns TRUE.

NOTE

This function is used by the functions mentioned below.

SEE ALSO

make_source_ffnet, print_c_header, print_inweights, print_outweights, print_c_code

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998