cdds_info - control writing to a print file & the console
SYNOPSIS
#include "cdds.h"
int cdds_info(enable);
-
int enable
DESCRIPTION
cdds_info is used to enable or disable printing data information
when a file is opened up depending on whether enable is
True (1) or False (0). Be default, printing of this information is
enabled by fdds_openpr. This can be useful when opening and
reopening the same file(s) repeatedly. The return value is always 0.
SEE ALSO
cdds_openpr open a printout file
cdds_prtmsg print message
cdds_prtcon print message to console
cdds_prterr print error message
cdds_errors check for print errors
cdds_closepr close out & termination
AUTHOR
Jerry Ehlers, BP America (May 2003)