|
|
| File: [Development] / linux-2.6-xfs / include / linux / sort.h (download)
Revision 1.1, Tue Jun 21 15:50:10 2005 UTC (12 years, 4 months ago) by nathans.longdrop.melbourne.sgi.com
Merge up to 2.6.12 Merge of 2.6.x-xfs-melb:linux:22920a by kenmcd. |
#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