base: cleanup

This commit is contained in:
luboslenco
2026-03-02 09:34:09 +01:00
parent 18c47b3d00
commit 1808c4237b
8 changed files with 595 additions and 558 deletions
+8
View File
@@ -0,0 +1,8 @@
#pragma once
#include "iron_array.h"
#include <stdbool.h>
buffer_t *iron_inflate(buffer_t *bytes, bool raw);
buffer_t *iron_deflate(buffer_t *bytes, bool raw);
unsigned char *iron_deflate_raw(unsigned char *data, int data_len, int *out_len, int quality);