projects
/
akaros.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
WIP-pop-3000
[akaros.git]
/
kern
/
include
/
sort.h
1
/* Copyright (c) 2015 Google Inc
2
* Davide Libenzi <dlibenzi@google.com>
3
* See LICENSE for details.
4
*/
5
6
#pragma once
7
8
#include <stdio.h>
9
10
void sort(void *base, size_t count, size_t size,
11
int (*cmp)(const void *, const void *));