#include "statio.h"
FUNCTION c_stclse (fd)
long *fd;
File descriptor of an opened statistics file. The file descriptor is set by c_stopen() and should not be altered.
The c_stclse() routine closes the statistics file specified by the file descriptor.
c_stclse() returns
E_SUCC (0) --> file successfully closed E_FAIL (-1) --> file could not be closed (no message)