Libft
 
Loading...
Searching...
No Matches
Sorting arrays

Sorting arrays. More...

Functions

void ft_rev_int (int *tab, size_t size)
 Reverse an array of ints.
 

Detailed Description

Sorting arrays.

Function Documentation

◆ ft_rev_int()

void ft_rev_int ( int * tab,
size_t size )

Reverse an array of ints.

Parameters
tabadress of the first element of the array
sizenumber of elements in the array