-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaim.h
18 lines (16 loc) · 1023 Bytes
/
aim.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* aim.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: lgasc <lgasc@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/28 17:25:53 by lgasc #+# #+# */
/* Updated: 2024/02/28 17:29:57 by lgasc ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef AIM_H
# define AIM_H
size_t ft_waxing_aim(t_ilist list, int arrow);
size_t ft_waning_aim(t_ilist list, int arrow);
#endif