1 2 3 4 5 6 7 8 9
#ifndef HEADER_H # define HEADER_H #include <complex.h> double mandelbrot_in_set(double complex c); void mandelbrot_print(void); #endif