7 typedef struct t_param_cte {
10 char fecha_emision[9];
18 int texto; /*referencia al texto en otro archivo.*/
22 int leer_bloque(int ID, void *, unsigned long tam);
24 int leer_registro(int ID, void *, unsigned long tam);
26 int grabar_registro(int ID, void *, unsigned long tam);
28 int existe_registro(int ID);
30 int buscar_registro(int ID);
32 int copiar(struct t_param_cte dato, void** str);