#ifndef ZUFALLSARRAY_H #define ZUFALLSARRAY_H void fuelleArray(int array[], int anzahl, int min, int max); #endif