+ } else {
+ /* Guardo el PageSize */
+ for(j=0; j<sizeof(Uint32); j++)
+ fputc(mtf[j], fp_out);
+
+ /* Guardo el Z len y el Z */
+ fwrite(&z_len, sizeof(int), 1, fp_out);
+ fwrite(z, z_len, sizeof(char), fp_out);
+
+ /* Guardo la salida del MTF */
+ for(j=sizeof(Uint32); j<i; j++)