2026-06-18 09:03:11 +02:00

6 lines
94 B
C

#ifndef SUCHE_H
#define SUCHE_H
int *binsuche(int suchElem, int array[], int anzahl);
#endif