#ifndef FUNCIONES_H
#define FUNCIONES_H
#include <stdio.h>

void nuevoFichMayus(char* nombreFich);

#endif