#include <stdio.h>
#include "host.h"
#include "scrollview.h"
Go to the source code of this file.
Classes |
class | STATS |
Functions |
inT32 | choose_nth_item (inT32 index, float *array, inT32 count) |
inT32 | choose_nth_item (inT32 index, void *array, inT32 count, size_t size, int(*compar)(const void *, const void *)) |
void | swap_entries (void *array, size_t size, inT32 index1, inT32 index2) |
Function Documentation
inT32 choose_nth_item |
( |
inT32 |
index, |
|
|
void * |
array, |
|
|
inT32 |
count, |
|
|
size_t |
size, |
|
|
int(*)(const void *, const void *) |
compar |
|
) |
| |
void swap_entries |
( |
void * |
array, |
|
|
size_t |
size, |
|
|
inT32 |
index1, |
|
|
inT32 |
index2 |
|
) |
| |