-
Notifications
You must be signed in to change notification settings - Fork 0
/
rrr.c
19 lines (17 loc) · 986 Bytes
/
rrr.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* rrr.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: zessadqu <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/05/19 19:18:34 by zessadqu #+# #+# */
/* Updated: 2022/06/04 11:33:17 by zessadqu ### ########.fr */
/* */
/* ************************************************************************** */
#include "check_header.h"
void rrr(t_nums **a, t_nums **b)
{
reverse_a(a);
reverse_b(b);
}