Go to the documentation of this file.
57 #define csnip_Bsearch(itype, u, au_lessthan_key, N, ret) \
66 itype u = lo + (hi - lo)/2; \
67 if (au_lessthan_key) { \
81 #if defined(CSNIP_SHORT_NAMES) && !defined(CSNIP_FIND_HAVE_SHORT_NAMES)
82 #define Bsearch csnip_Bsearch
83 #define CSNIP_FIND_HAVE_SHORT_NAMES