data_structures
|
#include "array.h"
Go to the source code of this file.
Functions | |
void | array_merge_sort (t_array *array) |
Sorts this array using merge sort. More... | |
void array_merge_sort | ( | t_array * | array | ) |
Sorts this array using merge sort.
0
on success, 1
on failure. In case of an error, errno
is set accordingly. cmp
function). Definition at line 73 of file array_merge_sort.c.