Skip to content

Commit

Permalink
update libft
Browse files Browse the repository at this point in the history
  • Loading branch information
rask24 committed Apr 21, 2024
1 parent 262e198 commit 4564111
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion include/initialization.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
/* By: reasuke <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/02/11 12:30:37 by reasuke #+# #+# */
/* Updated: 2024/02/11 12:33:50 by reasuke ### ########.fr */
/* Updated: 2024/04/21 16:25:21 by reasuke ### ########.fr */
/* */
/* ************************************************************************** */

#ifndef INITIALIZATION_H
# define INITIALIZATION_H

# include <errno.h>
# include "push_swap.h"

int check_args(int argc, char **argv);
Expand Down
4 changes: 2 additions & 2 deletions include/push_swap.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
/* By: reasuke <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/01/10 12:37:54 by reasuke #+# #+# */
/* Updated: 2024/02/20 14:19:53 by reasuke ### ########.fr */
/* Updated: 2024/04/21 16:25:05 by reasuke ### ########.fr */
/* */
/* ************************************************************************** */

#ifndef PUSH_SWAP_H
# define PUSH_SWAP_H

# include "../libft/libft.h"
# include "../libft/include/libft.h"
# include "types.h"
# include "utils.h"
# include <limits.h>
Expand Down
2 changes: 1 addition & 1 deletion libft
Submodule libft updated 119 files

0 comments on commit 4564111

Please sign in to comment.