Beispiel #1
0
void
zconfig_print (zconfig_t *self)
{
    zconfig_fprint (self, stdout);
}
///
//  Print the config file to open stream
void QmlZconfig::fprint (FILE *file) {
    zconfig_fprint (self, file);
};