-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathturk_find_target.h
More file actions
21 lines (17 loc) · 1.08 KB
/
turk_find_target.h
File metadata and controls
21 lines (17 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* turk_find_target.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: brunofer <brunofer@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/08/24 16:50:51 by brunofer #+# #+# */
/* Updated: 2025/09/02 18:58:03 by brunofer ### ########.fr */
/* */
/* ************************************************************************** */
#ifndef TURK_FIND_TARGET_H
# define TURK_FIND_TARGET_H
typedef struct s_stack_node t_stack_node;
typedef struct s_ts_stack t_ts_stack;
int turk_find_stack_targets(t_push_swap *push_swap, int is_on_stack_a);
#endif