#include <string.h>
#include "form.h"
#include "emufs.h"
+#include "common.h"
/* Tipo de dato articulo */
typedef struct _articulo_ {
char desc[51];
char presentacion[31];
char existencia[9];
-/* char ubicacion[31]; */
+ char ubicacion[31];
char pvu[9];
char emin[9];
} t_Articulo;
t_LstArticulos *art_get_lst();
void art_reformatear(int tipo, int tam_bloque, int tam_reg);
#endif
-