From 77aa9a3259ddfd6c64534d63424d5b0fa3010900 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Fri, 22 May 2026 09:43:59 +1000 Subject: refactor: move benches to include directory --- include/tinyff/stream.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/tinyff/stream.h') diff --git a/include/tinyff/stream.h b/include/tinyff/stream.h index 95c5884..88cea69 100644 --- a/include/tinyff/stream.h +++ b/include/tinyff/stream.h @@ -9,10 +9,7 @@ typedef size_t (*ff_read_cb)(void *ptr, size_t size, void *user); -typedef size_t (*ff_write_cb)(const void *ptr, size_t size, const void *user); -// ^ -// | -// there clang, happy now? +typedef size_t (*ff_write_cb)(const void *ptr, size_t size, void *user); typedef struct { ff_read_cb read; -- cgit v1.2.3