aboutsummaryrefslogtreecommitdiff
path: root/header.h
blob: e46ce7e8e59956e6455c7a4301b10c985fdd3696 (plain)
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