c_eclose - Closes a single image file
SYNTAX
#include "las.h"
FUNCTION c_eclose (fdesc)
int *fdesc;
PARAMETERS
fdesc (input, integer)
File descriptor to be used internally by the image I/O subroutines. The calling routine should
pass by reference the integer obtained from c_eopenr().
DESCRIPTION
The c_eclose() call is used to close an image file opened for random access by c_eopenr().
RETURN VALUE
c_eclose() returns
E_SUCC (0) --> success
E_FAIL (-1) --> failure