Tanguy MAZE f9e508d5ef init
2019-06-22 18:23:35 +02:00

12 lines
338 B
Plaintext

Assignment name : ft_swap
Expected files : ft_swap.c
Allowed functions:
--------------------------------------------------------------------------------
Write a function that swaps the contents of two integers the adresses of which
are passed as parameters.
Your function must be declared as follows:
void ft_swap(int *a, int *b);