Libft
 
Loading...
Searching...
No Matches
ft_rev_int.c File Reference
#include <stddef.h>
Include dependency graph for ft_rev_int.c:

Functions

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