free_exit() renamed exit_free()
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2021/10/26 23:47:44 by lperrey #+# #+# */
|
||||
/* Updated: 2021/10/30 15:01:13 by lperrey ### ########.fr */
|
||||
/* Updated: 2021/11/29 12:43:44 by lperrey ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -15,5 +15,5 @@
|
||||
void shell_script(t_all *c) // WIP
|
||||
{
|
||||
ft_putstr_fd("Shell Script Placeholder\n", 1);
|
||||
free_exit(c, EXIT_SUCCESS);
|
||||
exit_free(c, EXIT_SUCCESS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user