diff options
| author | Mikhail Romanko <me@blankhex.com> | 2025-02-28 21:44:01 +0300 |
|---|---|---|
| committer | Mikhail Romanko <me@blankhex.com> | 2025-02-28 21:44:22 +0300 |
| commit | a2d0913c79880e2bf70539015686bab40108fb0d (patch) | |
| tree | 9445732b7bb33f7691275605f72f44d8d7afbe01 /src/IO.c | |
| parent | 93033ebc99442038ab137710bbd4014a249e75c8 (diff) | |
| download | bhlib-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ #define BUFFER_SIZE (sizeof(char *)) + struct BH_IO { BH_IOCallback cb; |
