Commit 27846712 authored by Rusty Russell's avatar Rusty Russell

Merge commit 'add31d82'

parents 42c667b3 add31d82
/* Licensed under LGPLv2+ - see LICENSE file for details */
#include <sys/types.h> //for ssize_t definition
#include "sparse_bsearch.h"
void *_sparse_bsearch(const void *key, const void *base,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment