]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/tipo1_main.c
* Muestro el tipo de archivo que se esta mirando en Ver Registros
[z.facultad/75.06/emufs.git] / emufs / tipo1_main.c
index 34b7db5a634acf112224d362ef0824b95980a749..9c45fc3d7cbf11d821bd73a3715b6f186e86f38f 100644 (file)
@@ -1,3 +1,37 @@
+/* vim: set noexpandtab tabstop=4 shiftwidth=4:
+ *----------------------------------------------------------------------------
+ *                                  emufs
+ *----------------------------------------------------------------------------
+ * This file is part of emufs.
+ *
+ * emufs is free software; you can redistribute it and/or modify it under the
+ * terms of the GNU General Public License as published by the Free Software
+ * Foundation; either version 2 of the License, or (at your option) any later
+ * version.
+ *
+ * emufs is distributed in the hope that it will be useful, but WITHOUT ANY
+ * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with emufs; if not, write to the Free Software Foundation, Inc., 59 Temple
+ * Place, Suite 330, Boston, MA  02111-1307  USA
+ *----------------------------------------------------------------------------
+ * Creado:  dom abr 11 03:06:48 ART 2004
+ * Autores: Leandro Lucarella <llucare@fi.uba.ar>
+ *----------------------------------------------------------------------------
+ *
+ * $Id$
+ *
+ */
+
+/** \file
+ *
+ * Prueba de archivo \ref tipo3.h "tipo3".
+ * 
+ */
+
 #include "emufs.h"
 
 int main(int argc, char* argv[]) {
@@ -71,6 +105,10 @@ int main(int argc, char* argv[]) {
        printf("El contenido del registro 3 es: '%s'.\n", reg);
        free(reg);
 
+       /* Ve archivos auxiliares */
+       printf("\nArchivos auxiliares:\n\n");
+       ver_archivo_FS(efs);
+
        emufs_destruir(efs);
        return 0;