6 lines
94 B
C
6 lines
94 B
C
#ifndef SUCHE_H
|
|
#define SUCHE_H
|
|
|
|
int *binsuche(int suchElem, int array[], int anzahl);
|
|
|
|
#endif |