int main(int argc, char *argv[])
Main entry point for the fractal rendering program.
static void exit_with_error(const char *message, char *argv[])
Prints an error message and terminates the program.
static int is_valid_number(const char *str)
Validates if a string represents a valid number.
static void validate_arguments(int argc, char *argv[])
Validates the command-line arguments for fractal rendering.
static void initialize_window(t_data *data, char *argv[])
Initializes the MLX42 rendering environment.