aboutsummaryrefslogtreecommitdiff
path: root/src/IO.c
diff options
context:
space:
mode:
authorMikhail Romanko <me@blankhex.com>2025-02-28 21:44:01 +0300
committerMikhail Romanko <me@blankhex.com>2025-02-28 21:44:22 +0300
commita2d0913c79880e2bf70539015686bab40108fb0d (patch)
tree9445732b7bb33f7691275605f72f44d8d7afbe01 /src/IO.c
parent93033ebc99442038ab137710bbd4014a249e75c8 (diff)
downloadbhlib-a2d0913c79880e2bf70539015686bab40108fb0d.tar.gz
Add utils for working with endianness, more documentation, refactor CMake
Decided to update the docs, as well as adding few new features and small refactoring.
Diffstat (limited to 'src/IO.c')
-rw-r--r--src/IO.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/IO.c b/src/IO.c
index c32752d..0bb6c75 100644
--- a/src/IO.c
+++ b/src/IO.c
@@ -4,6 +4,7 @@
#define BUFFER_SIZE (sizeof(char *))
+
struct BH_IO
{
BH_IOCallback cb;