#ifndef FUNCIONES_H
#define FUNCIONES_H
    void estadisticas_vector(char palabra[], int *digitos, int *mayus, int *mins, int *espacios);
#endif