PandA-2024.02
Macros | Typedefs | Functions
bsearch.c File Reference

Go to the source code of this file.

Macros

#define NULL   0
 

Typedefs

typedef unsigned int size_t
 

Functions

void * bsearch (const void *key, const void *base, size_t high, size_t size, int(*compar)(const void *, const void *))
 

Macro Definition Documentation

◆ NULL

#define NULL   0

Definition at line 2 of file bsearch.c.

Referenced by bsearch().

Typedef Documentation

◆ size_t

typedef unsigned int size_t

Definition at line 1 of file bsearch.c.

Function Documentation

◆ bsearch()

void* bsearch ( const void *  key,
const void *  base,
size_t  high,
size_t  size,
int(*)(const void *, const void *)  compar 
)

Definition at line 3 of file bsearch.c.

References key, less(), and NULL.

Referenced by test().

Here is the call graph for this function:
Here is the caller graph for this function:

Generated on Mon Feb 12 2024 13:03:09 for PandA-2024.02 by doxygen 1.8.13