safec 3.9
Safe C Library - ISO TR24731 Bounds Checking Interface
Loading...
Searching...
No Matches
bsearch_s.c File Reference
#include "safe_lib.h"
+ Include dependency graph for bsearch_s.c:

Functions

void * bsearch_s (const void *key, const void *base, rsize_t nmemb, rsize_t size, int(*compar)(const void *k, const void *y, void *context), void *context)
 

Function Documentation

◆ bsearch_s()

void * bsearch_s ( const void * key,
const void * base,
rsize_t nmemb,
rsize_t size,
int(* compar )(const void *k, const void *y, void *context),
void * context )