#include "ft_printf.h"
#include "garbage.h"
#include "libft.h"
#include "minishell.h"
#include <stdlib.h>
Functions | |
int | ft_exit (t_data *data, char **array) |
Function to exit the program. | |
void | ft_exit_int (t_garbage *garbage, int value) |
Short ft_exit that uses only int noreturn attribute is to prevent -Wmissing-noreturn flag from flag -Weverything of debug-cc. | |
void | ft_exit_int_np (t_garbage *garbage, int value) |
Short ft_exit that uses only int but don't say it's name. | |