#include "las.h"
FUNCTION c_clean (vblock, name, hout, count);
struct PARBLK *vblock; char *name; char hout[][CMLEN]; long *count;
TAE parameter block. It is assumed that TAE has been initialized prior to calling c_clean().
Name of the application program.
Array of output host filenames to be deleted if $DELFLG equals YES.
Number of output host filenames specified in parameter hout.
The c_clean() routine is used to output a fatal error message. It also deletes the list of output filenames specified by the parameter hout if $DELFLG equals YES.
c_clean() has no return values.
All files specified in hout must be closed before calling c_clean().