ceesort/src/bsrch.h

6 lines
78 B
C
Raw Normal View History

2022-03-18 10:44:20 +00:00
#pragma once
#include <stddef.h>
int bsrch(int target, int* arr, size_t n);