PSXSDK
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
libpsx
include
search.h
Go to the documentation of this file.
1
/*
2
* search.h
3
*
4
* PSXSDK
5
*/
6
7
#ifndef _SEARCH_H
8
#define _SEARCH_H
9
10
void
*
lsearch
(
void
*key ,
void
*base ,
int
belp ,
int
width ,
int
(*cmp)(
void
* ,
void
*));
11
void
*
bsearch
(
void
*key ,
void
*base ,
int
nel ,
int
size ,
int
(*cmp)(
void
* ,
void
*));
12
13
#endif
14
Generated on Wed Jul 29 2015 10:25:20 for PSXSDK by
1.8.2