#ifndef HEADER_H # define HEADER_H #include double mandelbrot_in_set(double complex c); void mandelbrot_print(void); #endif