5 #include <libxml/parser.h>
6 #include <libxml/tree.h>
8 #include "malloc_debug.h"
14 char numero_remito[9];
23 typedef struct _articulo_ {
26 char presentacion[31];
33 typedef struct _lista_articulos_ {
38 t_LstArticulos *art_cargar(const char *filename);
39 int art_liberar(t_LstArticulos *l);
40 t_Articulo *art_obtener(t_LstArticulos *, const char *numero);
41 //t_Articulo *art_obtener(t_LstArticulos *, int numero);