c_stclse - Closes a statistics file

SYNTAX

#include "statio.h"

FUNCTION c_stclse (fd)

     long               *fd;

PARAMETERS

fd (input, integer)

File descriptor of an opened statistics file. The file descriptor is set by c_stopen() and should not be altered.

DESCRIPTION

The c_stclse() routine closes the statistics file specified by the file descriptor.

RETURN VALUE

c_stclse() returns

     E_SUCC (0)  -->   file successfully closed
     E_FAIL (-1) -->   file could not be closed (no message)