feat: taken qsort from PDCLIB, Sorting drivers. Generic driver
structure. Driver ranking
This commit is contained in:
11
kernel/libc/sort.h
Normal file
11
kernel/libc/sort.h
Normal file
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// Created by rick on 06-03-21.
|
||||
//
|
||||
|
||||
#ifndef NEW_KERNEL_SORT_H
|
||||
#define NEW_KERNEL_SORT_H
|
||||
#include <types.h>
|
||||
|
||||
void qsort(void *base, size_t num, size_t size, int (*compar)(const void *, const void *));
|
||||
|
||||
#endif //NEW_KERNEL_SORT_H
|
||||
Reference in New Issue
Block a user