Exemplo n.º 1
0
void
zconfig_print (zconfig_t *self)
{
    zconfig_fprint (self, stdout);
}
Exemplo n.º 2
0
///
//  Print the config file to open stream
void QmlZconfig::fprint (FILE *file) {
    zconfig_fprint (self, file);
};