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

6 lines
103 B
C

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