git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@415 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
Marcelo Roberto Jimenez 2008-06-04 23:14:45 +00:00
parent ad8a223998
commit 767eac1050
2 changed files with 10 additions and 0 deletions

View File

@ -7,6 +7,11 @@
#include "ixml.h"
/*!
* \file
*/
/*!
* \brief Prints the debug statement either on the standard output or log file
* along with the information from where this debug statement is coming.

View File

@ -10,6 +10,11 @@
#include <stdio.h>
/*!
* \file
*/
#ifdef DEBUG
void IxmlPrintf(
const char *FmtStr,