Commit graph

4 commits

Author SHA1 Message Date
Eric
fa5095133a remove buffer size dependency from input functions
This should've been part of 848c37, when buffers were unwired from input
functions. Now buffer size is also no longer supplied in function calls
but assumed. It is up to the caller to provide appropriately sized
buffers.
2025-05-27 18:37:48 +02:00
Eric
b76c50a91b change header macro names to be more idiomatic 2025-05-27 15:14:55 +02:00
Eric
848c3749d2 change function definitions
Buffers are no longer wired into any input or translation functions.
They are supplied as arguments through main.
2025-05-26 12:23:54 +02:00
Eric
9b1fe95a8e first commit 2025-05-26 00:06:22 +02:00