![]() |
PandA-2024.02
|
Go to the source code of this file.
Macros | |
| #define | _AND , |
| #define | _DEFUN(name, arglist, args) name(args) |
| #define | _PARAMS(paramlist) paramlist |
| #define | _PTR void * |
| #define | _EXFNPTR(name, proto) (* name) proto |
| #define | _CONST const |
| #define | NULL 0 |
Typedefs | |
| typedef unsigned int | size_t |
Functions | |
| int | less (const void *a, const void *b) |
| _PTR | _DEFUN (bsearch,(key, base, nmemb, size, compar), _CONST _PTR key _AND _CONST _PTR base _AND size_t nmemb _AND size_t size _AND int _EXFNPTR(compar,(const _PTR, const _PTR))) |
| #define _AND , |
Definition at line 66 of file bsearch-specialized.c.
| #define _CONST const |
Definition at line 71 of file bsearch-specialized.c.
| #define _DEFUN | ( | name, | |
| arglist, | |||
| args | |||
| ) | name(args) |
Definition at line 67 of file bsearch-specialized.c.
| #define _EXFNPTR | ( | name, | |
| proto | |||
| ) | (* name) proto |
Definition at line 70 of file bsearch-specialized.c.
| #define _PARAMS | ( | paramlist | ) | paramlist |
Definition at line 68 of file bsearch-specialized.c.
| #define _PTR void * |
Definition at line 69 of file bsearch-specialized.c.
Referenced by _DEFUN().
| #define NULL 0 |
Definition at line 72 of file bsearch-specialized.c.
Referenced by _DEFUN().
| typedef unsigned int size_t |
Definition at line 63 of file bsearch-specialized.c.
1.8.13