mirror of
https://github.com/RolandWH/ceesort.git
synced 2025-07-12 03:01:17 +01:00
6 lines
78 B
C
6 lines
78 B
C
#pragma once
|
|
#include <stddef.h>
|
|
|
|
|
|
int bsrch(int target, int* arr, size_t n);
|