#ifndef GENERATORS_H #define GENERATORS_H void *generate_mandelbrot_section(void *section); void *generate_burning_ship_section(void *section); void *generate_tricorn_section(void *section); #endif