![]() |
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 | |
| _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))) |
1.8.13