mirror of
https://github.com/RolandWH/ceesort.git
synced 2025-07-13 05:21:17 +01:00
initial commit
This commit is contained in:
5
src/bsrch.h
Normal file
5
src/bsrch.h
Normal file
@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
#include <stddef.h>
|
||||
|
||||
|
||||
int bsrch(int target, int* arr, size_t n);
|
Reference in New Issue
Block a user