/* $Id: testminixml.c,v 1.1 2012/02/21 23:16:22 misho Exp $ * testminixml.c * test program for the "minixml" functions. * Author : Thomas Bernard. */ #include #include #include #include "minixml.h" #include "igd_desc_parse.h" #ifdef WIN32 #define NO_BZERO #endif #ifdef NO_BZERO #define bzero(p, n) memset(p, 0, n) #endif /* ---------------------------------------------------------------------- */ void printeltname1(void * d, const char * name, int l) { int i; printf("element "); for(i=0;i