c_clean - Outputs a fatal error message and deletes output files

SYNTAX

#include "las.h"

FUNCTION c_clean (vblock, name, hout, count);

     struct PARBLK      *vblock;
     char               *name;
     char                hout[][CMLEN];
     long               *count;

PARAMETERS

vblock (input, PARBLK)

TAE parameter block. It is assumed that TAE has been initialized prior to calling c_clean().

name (input, character, length (CMLEN))

Name of the application program.

hout (input, character, length(count,CMLEN))

Array of output host filenames to be deleted if $DELFLG equals YES.

count (input, integer)

Number of output host filenames specified in parameter hout.

DESCRIPTION

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.

RETURN VALUE

c_clean() has no return values.

SPECIAL CONSIDERATIONS

All files specified in hout must be closed before calling c_clean().