rectif .h
This commit is contained in:
parent
2e72ad114b
commit
9f538eabd1
2 changed files with 3 additions and 5 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: alao <alao@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2016/02/18 11:13:04 by alao #+# #+# */
|
||||
/* Updated: 2017/03/17 16:40:10 by gwojda ### ########.fr */
|
||||
/* Updated: 2017/03/17 17:23:34 by gwojda ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -185,7 +185,5 @@ char *path_solver(t_comp *c, char *cmd, char *cwd);
|
|||
int c_exclusion_folder(t_comp *c);
|
||||
int ft_sstrlen(char **s);
|
||||
char *ft_sstrtostr(char **s, char *sep);
|
||||
size_t ft_strlenw_i(char *str, size_t pos, char c);
|
||||
size_t ft_strpos_i(char *str, size_t pos, char c);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
/* By: gwojda <gwojda@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2017/01/23 10:35:44 by gwojda #+# #+# */
|
||||
/* Updated: 2017/03/17 12:17:52 by gwojda ### ########.fr */
|
||||
/* Updated: 2017/03/17 17:24:03 by gwojda ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -106,7 +106,7 @@ void ft_putall_current_str(char *str, size_t *pos);
|
|||
void ft_current_str(char *str, size_t pos);
|
||||
int ft_strlen_next(char *str, size_t pos);
|
||||
void ft_push_back_history(
|
||||
t_list_history **head, t_list_history *new);
|
||||
t_list_history **head, t_list_history *new);
|
||||
void ft_prompt(void);
|
||||
char *ft_remove_imput(char *str, size_t pos);
|
||||
char *ft_realloc_imput(char *str, int a, size_t pos);
|
||||
|
|
|
|||
Loading…
Reference in a new issue