diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-06-08 10:24:03 +1000 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-06-08 10:24:03 +1000 |
| commit | c9f5da1d19e6ace5d6a7c650fe996f359e11d1a5 (patch) | |
| tree | c5d61055549f1819d902e567f7227e0c3778300c /include/bridges | |
| parent | 62cbefa6a8fca583c6f600f1d7e24f0c61c91b1e (diff) | |
docs(headers): Clean up comments across public headers
Diffstat (limited to 'include/bridges')
| -rw-r--r-- | include/bridges/stdio/stream_bridge.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bridges/stdio/stream_bridge.h b/include/bridges/stdio/stream_bridge.h index 561fa8a..2cb01cd 100644 --- a/include/bridges/stdio/stream_bridge.h +++ b/include/bridges/stdio/stream_bridge.h @@ -2,7 +2,7 @@ #include <stdio.h> #include <tinyff/stream.h> -// Default reads for common types (just FILE for now, memory later) +// File-backed stream I/O (memory stream coming soon) size_t ff_file_read(void *ptr, size_t size, void *user); size_t ff_file_write(const void *ptr, size_t size, void *user); |
