Files
ceesort/src/bsrch.h
2022-03-18 10:44:20 +00:00

6 lines
78 B
C

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