#include <stdio.h> #include <math.h> void mandelbrot(float x, float y, int maxIter, int width, int height) { ... }