1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-05 02:00:31 +08:00

chore: optimize documents

This commit is contained in:
源文雨
2024-04-06 20:22:57 +09:00
parent c64fdb6dc9
commit 4ff107e46f
2 changed files with 5 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ typedef ssize_t(*base16384_reader_t)(const void *client_data, void *buffer, size
typedef ssize_t(*base16384_writer_t)(const void *client_data, const void *buffer, size_t count);
struct base16384_stream_t {
union {
const union {
base16384_reader_t reader;
base16384_writer_t writer;
} f;