cregit-Linux how code gets into the kernel

Release 4.14 include/linux/sort.h

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

#define _LINUX_SORT_H

#include <linux/types.h>

void sort(void *base, size_t num, size_t size,
	  int (*cmp)(const void *, const void *),
	  void (*swap)(void *, void *, int));

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Matt Mackall5598.21%150.00%
Greg Kroah-Hartman11.79%150.00%
Total56100.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.