--- a/src/cx/buffer.h Sun Dec 08 00:18:47 2024 +0100 +++ b/src/cx/buffer.h Mon Dec 09 23:31:42 2024 +0100 @@ -344,12 +344,12 @@ * Tests, if the buffer position has exceeded the buffer size. * * @param buffer the buffer to test - * @return non-zero, if the current buffer position has exceeded the last + * @return true, if the current buffer position has exceeded the last * byte of the buffer's contents. */ cx_attr_nonnull cx_attr_nodiscard -int cxBufferEof(const CxBuffer *buffer); +bool cxBufferEof(const CxBuffer *buffer); /**