| Overview | Group | Index | Concepts | 
The routine CPXfclose closes files that are used in
 conjunction with the routines CPXaddfpdest,
 CPXdelfpdest, and CPXsetlogfile. It is used in
 the same way as the standard C library function fclose. Files
 that are opened with the routine CPXfopen must be closed with
 the routine CPXfclose.
Example
CPXfclose (fp);
See lpex5.c in the CPLEX User's Manual.
| stream | A pointer to a file opened by the routine   | 
The routine returns zero if successful and nonzero if an error
 occurs. The syntax is identical to the standard C library routine 
 fclose.