int fann_save_internal_fd(struct fann * ann, FILE * conf, const char * configuration_file, unsigned int save_as_fixed);
fann_save_internal_fd
is used internally to save an ANN to a location pointed to by
conf. configuration_file is the name of the file, used only
for debugging purposes.
This function appears in FANN >= 1.1.0.