_lv_utils_bsearch() is only used within i2c_oled sample.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

a pointer to a matching item, or NULL if none exists.

Notes

The function cmp must return negative if its first argument (the search key) is less than its second (a table entry), zero if equal, and positive if greater. Items in the array must be in ascending order.

References

from examples