X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/8b7ea92d2c1f42aaf4e1f5ce00b178bc4309edad..e42e23b74408ae54e9ae25b7cadadf45d80c34e1:/emufs/indices.c diff --git a/emufs/indices.c b/emufs/indices.c index 8a54d99..dd72222 100644 --- a/emufs/indices.c +++ b/emufs/indices.c @@ -41,6 +41,8 @@ INDICE *emufs_indice_crear(EMUFS *emu, char *nombre, INDICE_FUNCION funcion, IND break; case IND_B_ASC: /* llenar metodos */ + PERR("Creando indice con Arbol B*"); + PERR("AÚN NO IMPLEMENTADO!!!!!!!!"); break; }