#ifndef WEB_SVG_H #define WEB_SVG_H void svg_init(); void svg_draw_point(double x, double y); void svg_clear_points(); #endif