URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [include/] [linux/] [sort.h] - Rev 81
Go to most recent revision | Compare with Previous | Blame | View Log
#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
Go to most recent revision | Compare with Previous | Blame | View Log