ceesort/src/bsrch.h

6 lines
78 B
C

#pragma once
#include <stddef.h>
int bsrch(int target, int* arr, size_t n);