Sorting arrays. More...
Functions | |
void | ft_rev_int (int *tab, size_t size) |
Reverse an array of ints. | |
Sorting arrays.
void ft_rev_int | ( | int * | tab, |
size_t | size ) |
Reverse an array of ints.
tab | adress of the first element of the array |
size | number of elements in the array |