gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:bsearch (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdlib/bsearch.c - 3.0KB - 67 lines
48: void *
49: bsearch(const void *key, const void *base0, size_t nmemb, size_t size,
50:     int (*compar)(const void *, const void *))