cregit-Linux how code gets into the kernel

Release 4.7 include/linux/sort.h

Directory: include/linux
#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 mackallmatt mackall55100.00%1100.00%
Total55100.00%1100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}