cregit-Linux how code gets into the kernel

Release 4.12 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 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.
Created with cregit.