#include "SaPopCalls.h"
void SaPrintCBStoFile(Widget w, XtPointer client_data, SaCallbackStruct *cbs);
SaPrintCBStoFile
prints an SaCallbackStruct callback structure to a file. The data is appended to an existing file. A new file is created if it does not exist. If cbs
is NULL, no action is taken. The file name is specified by client_data.