atlShow

Dumps an AST Object to a text file

Description:

This function dumps the supplied AST Object to a new text file with the given name. It may be read back from the file using astReadFile.

Invocation

void atlShow( AstObject this, const char fname, const hcar options, int status )

Arguments

this
A pointer to the Object.
fname
The file name.
options
Optional attribute settings for the Channel used to create the dump.
status
Pointer to the global status variable.