From ebad5ad23dc6893b0fb75ba04aa961a25a532b5f Mon Sep 17 00:00:00 2001 From: justanothercatgirl Date: Fri, 28 Jun 2024 00:06:40 +0300 Subject: Finished hash_map implementation TODO: fix that one linked list function --- tests/dynarray_struct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/dynarray_struct.c') diff --git a/tests/dynarray_struct.c b/tests/dynarray_struct.c index 6cce97c..7675ab4 100644 --- a/tests/dynarray_struct.c +++ b/tests/dynarray_struct.c @@ -27,7 +27,7 @@ int point_abs(const void* a, const void* b) { return absa-absb; } -int main() +int main(void) { struct point *points = array_new(struct point, 4); for (size_t i = 0; i < array_size(points); ++i) points[i] = (struct point){.x = i, .y = 2 * i, .z = 4 * i, .w = 8 * i}; -- cgit v1.2.3-70-g09d2