![]() |
CI13LC SDK API手册
2.1.1
本手册用于描述CI13LC SDK各个组件和驱动API
|
类型定义 | |
| typedef int(* | COMPARE_CALLBACK) (void *pValue, int index, void *CallbackPara) |
函数 | |
| int | dichotomy_find (void *pValue, int MinIndex, int MaxIndex, COMPARE_CALLBACK CompareFunc, void *CallbackPara) |
| typedef int(* COMPARE_CALLBACK) (void *pValue, int index, void *CallbackPara) |
| int dichotomy_find | ( | void * | pValue, |
| int | MinIndex, | ||
| int | MaxIndex, | ||
| COMPARE_CALLBACK | CompareFunc, | ||
| void * | CallbackPara | ||
| ) |
1.8.14