aboutsummaryrefslogtreecommitdiff
path: root/header.h
diff options
context:
space:
mode:
Diffstat (limited to 'header.h')
-rw-r--r--header.h9
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