c_gofcls - Closes a graphics overlay file

SYNTAX

#include "worgen.h"
#include "gof.h"
FUNCTION c_gofcls (fd)

     int	*fd;

PARAMETERS

fd (input, integer)

File descriptor of the GOF.

DESCRIPTION

c_gofcls() is used to close a graphics overlay file.

RETURN VALUE

c_gofcls() returns

     E_SUCC (0)  --> successful completion
     E_FAIL (-1) --> operation failed

SPECIAL CONSIDERATIONS

c_gofcls() is C callable only.