This commit is contained in:
2025-12-10 07:58:23 +01:00
parent 2c4646a0ee
commit 260dabfbf0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ void allocator_reset(allocator_t this);
#define allocator_resize(this, old_ptr, bytes) allocator_resize_func(this, old_ptr, bytes, __FILE__, __LINE__)
// forever_allocator ///////////////////////////////////////////////////////////
allocator_t forever_allocator();
allocator_t forever_allocator(void);
// buffer_allocator ////////////////////////////////////////////////////////////
typedef struct buffer_allocator {