-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack_b_operations.c
35 lines (23 loc) · 963 Bytes
/
stack_b_operations.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* stack_b_operations.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: osericol <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/07/06 19:11:43 by osericol #+# #+# */
/* Updated: 2023/07/06 19:12:11 by osericol ### ########.fr */
/* */
/* ************************************************************************** */
void sb()
{
}
void pb()
{
}
void rb()
{
}
void rrb()
{
}