関数定義書 Access2010

bin_search

構文構文

Binary search toolkit function *

inline int bin_search (
  void * p_v_key - Key to search for.
  void * p_v_base - First item in the array.
  int p_n_num - Number of items in the array.
  int p_n_width - Item size in the array.
  int * p_n_pos - Number of the searched for element.
)

パラメータパラメータ

p_v_key
Key to search for.
p_v_base
First item in the array.
p_n_num
Number of items in the array.
p_n_width
Item size in the array.
p_n_pos
Number of the searched for element.

機能機能

Binary search toolkit function                                        *
Search for an item in the array by the item key                       *

ファイル名ファイル名

stree.c

See Also

目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー | stree.c