cregit-Linux how code gets into the kernel

Release 4.14 include/linux/bsearch.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_BSEARCH_H

#define _LINUX_BSEARCH_H

#include <linux/types.h>

void *bsearch(const void *key, const void *base, size_t num, size_t size,
	      int (*cmp)(const void *key, const void *elt));

#endif /* _LINUX_BSEARCH_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Tim Abbott5098.04%150.00%
Greg Kroah-Hartman11.96%150.00%
Total51100.00%2100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.