diff options
Diffstat (limited to 'header.h')
| -rw-r--r-- | header.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/header.h b/header.h new file mode 100644 index 0000000..e46ce7e --- /dev/null +++ b/header.h @@ -0,0 +1,9 @@ +#ifndef HEADER_H +# define HEADER_H + +#include <complex.h> + +double mandelbrot_in_set(double complex c); +void mandelbrot_print(void); + +#endif |
