#ifndef FUNCIONES_H
    #define FUNCIONES_H
    #include <stdio.h>
    FILE *ficheroNumsRand(int max, int min, int tam);
#endif
