From 6ab3b52fbde3ab2ac11e66e4d664f67e108f6aee Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Wed, 27 Nov 2024 23:19:38 +0100 Subject: Rework resolve functions --- src/util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 2326c8d..390bc88 100644 --- a/src/util.h +++ b/src/util.h @@ -81,10 +81,10 @@ bool strfind(const char *string, const char *cases[]); size_t strprefix(const char *string, const char *prefix); -void strfree(char **list); - bool iszero(const void *ptr, size_t size); +void strfreelist(char **list); + double steps(double value, int n); void render_triangle(cairo_t *cr, int x, int y, int w, int h); -- cgit v1.2.3