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

Go to the source code of this file.

Macros

#define NULL   0;
 

Typedefs

typedef unsigned int size_t
 

Functions

int less (const void *a, const void *b)
 
void * bsearch (const void *key, const void *base, size_t nel, size_t width, int(*cmp)(const void *, const void *))
 

Macro Definition Documentation

◆ NULL

#define NULL   0;

Definition at line 3 of file bsearch-specialized.c.

Referenced by bsearch().

Typedef Documentation

◆ size_t

typedef unsigned int size_t

Definition at line 2 of file bsearch-specialized.c.

Function Documentation

◆ bsearch()

void* bsearch ( const void *  key,
const void *  base,
size_t  nel,
size_t  width,
int(*)(const void *, const void *)  cmp 
)

Definition at line 5 of file bsearch-specialized.c.

References less(), NULL, and sign.

Here is the call graph for this function:

◆ less()

int less ( const void *  a,
const void *  b 
)

Definition at line 4 of file less.c.


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