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 __nmemb, size_t __size, int(*__compar)(const void *, const void *))
 

Macro Definition Documentation

◆ NULL

#define NULL   0

Definition at line 20 of file bsearch.c.

Referenced by bsearch().

Typedef Documentation

◆ size_t

typedef unsigned int size_t

Definition at line 19 of file bsearch.c.

Function Documentation

◆ bsearch()

void* bsearch ( const void *  __key,
const void *  __base,
size_t  __nmemb,
size_t  __size,
int(*)(const void *, const void *)  __compar 
)

Definition at line 23 of file bsearch.c.

References NULL.


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