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

Macro Definition Documentation

◆ NULL

#define NULL   0

Typedef Documentation

◆ size_t

typedef unsigned int size_t

Definition at line 19 of file bsearch-specialized.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 25 of file bsearch-specialized.c.

◆ less()

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

Definition at line 4 of file less.c.

Referenced by _DEFUN(), and bsearch().

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