6 lines
115 B
C
6 lines
115 B
C
#ifndef ZUFALLSARRAY_H
|
|
#define ZUFALLSARRAY_H
|
|
|
|
void fuelleArray(int array[], int anzahl, int min, int max);
|
|
|
|
#endif |