#include <libxml/parser.h>
#include <libxml/tree.h>
#include <string.h>
-#include "malloc_debug.h"
#include "form.h"
#include "emufs.h"
} t_Reg_Articulo;
typedef struct _lista_articulos_ {
- t_Reg_Articulo *array;
+ t_Reg_Articulo array[100];
unsigned int cant;
EMUFS *fp; /* Filepointer al archivo donde estan los datos */
} t_LstArticulos;