info2_uebungen/10_sortierung/zufallsarray.h
2025-12-11 13:08:08 +01:00

6 lines
115 B
C

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