MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / interval

Class interval

src/indicators.hpp:1417–1420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1415 */
1416
1417struct interval {
1418 int first;
1419 int last;
1420};
1421
1422/* auxiliary function for binary search in interval table */
1423static inline int bisearch(wchar_t ucs, const struct interval *table, int max) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected