#include <string.h>
#include "emufs.h"
+
int main(int argc, char *argv[])
{
EMUFS *fp;
printf("ID6 = %d\n", n7);
- fp->borrar_registro(fp, n4, 100);
+ /*fp->borrar_registro(fp, n4, 100);
fp->borrar_registro(fp, n2, 100);
- fp->borrar_registro(fp, n6, 100);
+ fp->borrar_registro(fp, n6, 100);*/
n8 = fp->grabar_registro(fp, i, 100);
+ printf("Grabe Ok\n");
fp->leer_registro(fp, n8, b, 100);
printf("Recuperado : %s\n", b);