#ifndef FUNCIONES_H
#define FUNCIONES_H
    #include <stdio.h>
    void generarNumsRand(FILE *f, int inf, int sup, int tam);
#endif
