PSXSDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
search.h File Reference

Go to the source code of this file.

Functions

void * lsearch (void *key, void *base, int belp, int width, int(*cmp)(void *, void *))
 
void * bsearch (void *key, void *base, int nel, int size, int(*cmp)(void *, void *))
 

Function Documentation

void* bsearch ( void *  key,
void *  base,
int  nel,
int  size,
int(*)(void *, void *)  cmp 
)
void* lsearch ( void *  key,
void *  base,
int  belp,
int  width,
int(*)(void *, void *)  cmp 
)